pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap since we now copy the sources to work/, just...
details: https://anonhg.NetBSD.org/pkgsrc/rev/08a305b7cff9
branches: trunk
changeset: 470998:08a305b7cff9
user: grant <grant%pkgsrc.org@localhost>
date: Mon Mar 15 14:13:13 2004 +0000
description:
since we now copy the sources to work/, just remove the directories in
work/ entirely.
diffstat:
bootstrap/cleanup | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 3b74bf821d9b -r 08a305b7cff9 bootstrap/cleanup
--- a/bootstrap/cleanup Mon Mar 15 13:56:33 2004 +0000
+++ b/bootstrap/cleanup Mon Mar 15 14:13:13 2004 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: cleanup,v 1.2 2004/03/11 13:10:45 grant Exp $
+# $NetBSD: cleanup,v 1.3 2004/03/15 14:13:13 grant Exp $
#
wrkdir=work
@@ -13,7 +13,7 @@
[ -f mk/bsd.man.mk.orig ] && mv -f mk/bsd.man.mk.orig mk/bsd.man.mk; \
[ -f mk/bsd.lib.mk.orig ] && mv -f mk/bsd.lib.mk.orig mk/bsd.lib.mk; )
for d in libnbcompat digest tnftp pax pkg_install mtree sed; do
- (cd $wrkdir/$d; [ -f Makefile ] && make distclean)
+ (cd $wrkdir && rm -rf $d)
done
rm -f Makefile.inc mk.conf.example $wrkdir/digest/.size */config.cache
Home |
Main Index |
Thread Index |
Old Index