[csw-devel] SF.net SVN: gar:[9874] csw/mgar/pkg/TEMPLATES/createpkg

theferret at users.sourceforge.net theferret at users.sourceforge.net
Sat May 15 00:04:17 CEST 2010


Revision: 9874
          http://gar.svn.sourceforge.net/gar/?rev=9874&view=rev
Author:   theferret
Date:     2010-05-14 22:04:17 +0000 (Fri, 14 May 2010)

Log Message:
-----------
Made 'clean' target better

Modified Paths:
--------------
    csw/mgar/pkg/TEMPLATES/createpkg/Makefile
    csw/mgar/pkg/TEMPLATES/createpkg/Makefile.reloc

Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile
===================================================================
--- csw/mgar/pkg/TEMPLATES/createpkg/Makefile	2010-05-14 22:03:23 UTC (rev 9873)
+++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile	2010-05-14 22:04:17 UTC (rev 9874)
@@ -19,7 +19,7 @@
 	cswstage
 
 clean:
-	rm *.pkg.gz
+	rm -f *.pkg.gz package
 
 STDFILES=pkginfo copyright prototype
 

Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile.reloc
===================================================================
--- csw/mgar/pkg/TEMPLATES/createpkg/Makefile.reloc	2010-05-14 22:03:23 UTC (rev 9873)
+++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile.reloc	2010-05-14 22:04:17 UTC (rev 9874)
@@ -14,7 +14,7 @@
 	touch package
 
 clean:
-	rm *.pkg.gz
+	rm -f *.pkg.gz package
 
 STDFILES=pkginfo copyright prototype
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list