[Pkg-octave-commit] [octave-pkg-dev] 02/05: octave-pkg.mk: Make all internal rules double-colon

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun May 29 21:17:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-pkg-dev.

commit 7a1f6538719bcbfe30f900e3efbb73a7b9ebf8a2
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat May 28 19:38:39 2016 -0300

    octave-pkg.mk: Make all internal rules double-colon
---
 octave-pkg.mk | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/octave-pkg.mk b/octave-pkg.mk
index 48f327b..1b39f16 100644
--- a/octave-pkg.mk
+++ b/octave-pkg.mk
@@ -79,16 +79,16 @@ install/$(package)::	\
 	remove-dirs
 
 .PHONY: check-version
-check-version:
+check-version::
 	$(libdir)/check-version
 
 .PHONY: create-dirs
-create-dirs:
+create-dirs::
 	mkdir -p $(CURDIR)/$(debpkg)/$(mpath)	\
 		 $(CURDIR)/$(debpkg)/$(bpath)
 
 .PHONY: install-pkg
-install-pkg:
+install-pkg::
 	$(libdir)/install-pkg
 
 .PHONY: clean-files
@@ -96,7 +96,7 @@ clean-files::
 	( cd  $(shell find . -name packinfo) ; rm -f COPYING ChangeLog )
 
 .PHONY: install-docs
-install-docs:
+install-docs::
 	if [ -d doc ] ; then				\
 		dh_installdocs -p$(package);		\
 		rm -rf $(debpkg)/$(mpath)/*/doc ;	\
@@ -107,14 +107,14 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 export excluded_files_expr = $(shell for i in $(OCTPKG_EXCLUDE_TEST) ; do echo " -a ! -name $$i " ; done)
 
 .PHONY: check-pkg
-check-pkg:
+check-pkg::
 	$(libdir)/check-pkg
 else
-check-pkg:
+check-pkg::
 endif
 
 .PHONY: remove-dirs
-remove-dirs:
+remove-dirs::
 	rmdir --ignore-fail-on-non-empty -p	\
 		 $(CURDIR)/$(debpkg)/$(mpath)	\
 		 $(CURDIR)/$(debpkg)/$(bpath)

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git



More information about the Pkg-octave-commit mailing list