Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12302

Modified Files:
      Tag: dist-up-branch
        Makefile 
Log Message:
sync with HEAD

Index: Makefile
===================================================================
RCS file: /cvsroot/fink/fink/Makefile,v
retrieving revision 1.16.6.3
retrieving revision 1.16.6.4
diff -u -d -r1.16.6.3 -r1.16.6.4
--- Makefile    7 Aug 2005 18:30:29 -0000       1.16.6.3
+++ Makefile    6 Sep 2005 00:36:57 -0000       1.16.6.4
@@ -32,6 +32,7 @@
        @cd t && ./testmore.pl && find ${TESTS} -name '*.t' | sort | xargs 
/usr/bin/perl -I${PWD}/perlmod -MTest::Harness -e 'runtests(@ARGV)'
 
 # remove all files that are ignored by CVS
+# also remove all temp files (vim)
 clean:
        # BUG: this for...`find` breaks if any dirname relative to the
        # current one contains whitespace
@@ -40,5 +41,7 @@
                ( cd `dirname $$ignorefile` && rm -f `cat .cvsignore` ); \
        done
 
+       find . -name "*~" -exec rm {} \;
+
 .PHONY: all test install
 # vim: ts=4 sw=4 noet



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to