[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=dbc7dc9
The following commit has been merged in the master branch:
commit dbc7dc913428a6a8be7039d142994cf1bf348abe
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Sep 4 06:43:31 2004 +0000
Removed buggy maintainer-clean target
---
Makefile | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 886a675..34ad1e2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
#
# RCS information
# $Name: $
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# Description:
# This makefile mainly forwards to makefiles in subdirectories.
@@ -13,7 +13,7 @@
# Requires GNU make.
#
-.PHONY: all clean maintainer-clean doc
+.PHONY: all clean doc
all %:
cd src && $(MAKE) $(MAKECMDGOALS)
@@ -26,9 +26,4 @@ clean:
# cd doc && $(MAKE) $(MAKECMDGOALS)
rm -f config.h config.mk config.log config.status
rm -rf autom4te.cache/
-
-maintainer-clean: clean
- cd src && $(MAKE) $(MAKECMDGOALS)
- cd doc && $(MAKE) $(MAKECMDGOALS)
- rm -f configure
rm -f *~ *.bak *#
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list