[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:05 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=515b86b

The following commit has been merged in the master branch:
commit 515b86b5bf855259d9dab8092a8e3721b70eb9ed
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Dec 8 03:55:00 2007 +0000

    Added relink and binclean targets.
---
 samples/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/samples/Makefile b/samples/Makefile
index 012e04a..a302d0f 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -114,13 +114,19 @@ $(BINARY): %: %.o
 
 # ******************************************************************************
 # Targets
-.PHONY: all mostlyclean clean distclean maintainer-clean
+.PHONY: all relink binclean mostlyclean clean distclean maintainer-clean
 
 ifdef DEP_TRACKING
 # Include targets from dependency files
 -include $(DEP)
 endif
 
+relink: binclean samples
+
+# Remove binaries, e.g., to relink them
+binclean:
+	$(RM) $(EXECUTABLE)
+
 mostlyclean:
 	$(RM) core
 	$(RM) $(CCSRC:.cpp=.ii)
@@ -128,8 +134,7 @@ mostlyclean:
 	-rmdir .libs
 	$(RM) $(BINOBJ)
 
-clean: mostlyclean
-	$(RM) $(EXECUTABLE)
+clean: binclean mostlyclean
 
 # Run `make distclean' from the top source directory to also remove
 # files created by configuring the program.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list