SVN: toys/rsget.pl/Makefile

sparky sparky at pld-linux.org
Mon Jun 28 13:02:01 CEST 2010


Author: sparky
Date: Mon Jun 28 13:02:00 2010
New Revision: 11615

Modified:
   toys/rsget.pl/Makefile
Log:
- simplified


Modified: toys/rsget.pl/Makefile
==============================================================================
--- toys/rsget.pl/Makefile	(original)
+++ toys/rsget.pl/Makefile	Mon Jun 28 13:02:00 2010
@@ -10,7 +10,7 @@
 endif
 
 PLUGIN_DIRS = Get Video Audio Image Link Direct
-DIRS = RSGet Get Video Audio Image Link Direct data
+DIRS = RSGet $(PLUGIN_DIRS) data
 
 export LC_ALL=C
 
@@ -53,12 +53,9 @@
 
 .PHONY: clean
 clean:
-	for DIR in $(DIRS); do \
+	for DIR in $(DIRS) .; do \
 		rm -fv $$DIR/*~; \
 		rm -fv $$DIR/.*~; \
 		rm -fv $$DIR/svn-commit.tmp*; \
 	done
-	rm -fv ./*~ \
-	rm -fv ./.*~ \
-	rm -fv ./svn-commit.tmp* \
 	rm -fv rsget.pl.datadir


More information about the pld-cvs-commit mailing list