[cod-tools] 39/142: trunk/ Moving 'make all' definition before the inclusion of Makelocal-*.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
merkys-guest pushed a commit to branch master
in repository cod-tools.
commit faa98783db708fc04bf1e9f50d7392604b9ee0b9
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Thu Oct 27 15:14:22 2016 +0000
trunk/
Moving 'make all' definition before the inclusion of Makelocal-*.
git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@39 26752c47-bcd6-4c9c-b022-347364b77eb5
---
MasterMakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MasterMakefile b/MasterMakefile
index 99e15fe..d8e7b39 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -11,6 +11,8 @@ DEBIAN_TAR_GZ = ${PROJECT}_${PKG_VERSION}.debian.tar.gz
DEBUILD_OPTS =
+all: ${DEBIAN_TAR_GZ}
+
#------------------------------------------------------------------------------
MAKELOCAL_FILES = ${filter-out %~, ${wildcard Makelocal*}}
@@ -21,8 +23,6 @@ endif
#------------------------------------------------------------------------------
-all: ${DEBIAN_TAR_GZ}
-
.PHONY: original orig unsigned
original orig: ${ORIG_TAR_GZ}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git
More information about the debian-science-commits
mailing list