gunnar: server/kolabconf Makefile.PL,1.9,1.10

cvs at kolab.org cvs at kolab.org
Tue Sep 4 12:23:17 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolabconf
In directory doto:/tmp/cvs-serv10003

Modified Files:
	Makefile.PL 
Log Message:
Fix the makefile for several successive make dist calls.

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/kolabconf/Makefile.PL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.PL	23 Aug 2007 12:58:28 -0000	1.9
+++ Makefile.PL	4 Sep 2007 10:23:15 -0000	1.10
@@ -67,7 +67,7 @@
     
     my $dist = join "", @m;
 
-    $dist =~ s/(dist.*)/$1 dist_openpkg/;
+    $dist =~ s/(tardist.*)/clean_tardist $1 dist_openpkg/;
      
     return $dist;
 }
@@ -111,11 +111,13 @@
 RELEASE = $KOLAB_RELEASE
 SOURCE_TAG = $VERSION
 
-clean_all: veryclean
+clean_tardist:
+	rm -rf *.tar.gz
+
+clean_all: clean_tardist veryclean
 	rm -rf bin/kolabconf
 	rm -rf \$(KOLABRPMTMP)/\$(PACKAGE)
 	rm -rf *.src.rpm
-	rm -rf *.tar.gz
 	rm -rf *~
 
 dist_openpkg: kolabconf.spec \$(PACKAGE)-\$(VERSION)-\$(RELEASE).src.rpm





More information about the commits mailing list