CVS general

CVS commit messages for debian-flyers debian-flyers-commits at lists.alioth.debian.org
Thu Apr 22 11:54:33 UTC 2010


Update of /cvsroot/debian-flyers/general
In directory alioth:/tmp/cvs-serv8538

Modified Files:
	Makefile 
Log Message:
Makefile: remove bashisms

--- /cvsroot/debian-flyers/general/Makefile	2007/09/06 04:33:01	1.18
+++ /cvsroot/debian-flyers/general/Makefile	2010/04/22 11:54:33	1.19
@@ -121,9 +121,11 @@
 	scp $? alioth.debian.org:/org/alioth.debian.org/chroot/ftproot/pub/debian-flyers/
 
 clean:
-	-rm -f $(base).{ps,eps,dvi,aux,log,jpg} *~
-	-rm -f all.{ps,eps,dvi,aux,log,jpg}
-	-rm -f $(base)-*.ps
+	-for I in ps eps dvi aux log jpg; do \
+		rm -f $(base)."$$I"; \
+		rm -f all."$$I"; \
+	done
+	-rm -f $(base)-*.ps *~
 
 ChangeLog: NEWS
 	cvs2cl --accum --prune




More information about the debian-flyers-commits mailing list