[Midnightbsd-cvs] src [6456] trunk/usr.bin/perl/BSDmakefile: cvs is dead.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Dec 3 21:16:25 EST 2013
Revision: 6456
http://svnweb.midnightbsd.org/src/?rev=6456
Author: laffer1
Date: 2013-12-03 21:16:25 -0500 (Tue, 03 Dec 2013)
Log Message:
-----------
cvs is dead.
Modified Paths:
--------------
trunk/usr.bin/perl/BSDmakefile
Modified: trunk/usr.bin/perl/BSDmakefile
===================================================================
--- trunk/usr.bin/perl/BSDmakefile 2013-12-04 02:11:00 UTC (rev 6455)
+++ trunk/usr.bin/perl/BSDmakefile 2013-12-04 02:16:25 UTC (rev 6456)
@@ -54,7 +54,7 @@
# if OBJDIR is ., then don't delete ourselves.
clean:
- cd ${.OBJDIR} && ls -A | grep -v 'BSDmakefile' | grep -v 'CVS' | xargs rm -r
+ cd ${.OBJDIR} && ls -A | grep -v 'BSDmakefile' | grep -v '.svn' | xargs rm -r
install: install.perl install.man
More information about the Midnightbsd-cvs
mailing list