SVN: toys/rsget.pl/Makefile

sparky sparky at pld-linux.org
Sat Oct 24 19:53:47 CEST 2009


Author: sparky
Date: Sat Oct 24 19:53:46 2009
New Revision: 10853

Modified:
   toys/rsget.pl/Makefile
Log:
- clean better


Modified: toys/rsget.pl/Makefile
==============================================================================
--- toys/rsget.pl/Makefile	(original)
+++ toys/rsget.pl/Makefile	Sat Oct 24 19:53:46 2009
@@ -40,6 +40,6 @@
 
 .PHONY: clean
 clean:
-	rm -f {$(DIRS)}/*~
-	rm -f {$(DIRS)}/svn-commit.tmp*
-	rm -f rsget.pl.datadir
+	rm -fv {$(DIRS),.}/*~
+	rm -fv {$(DIRS),.}/svn-commit.tmp*
+	rm -fv rsget.pl.datadir


More information about the pld-cvs-commit mailing list