Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/stand Nuke cleandir target override.



details:   https://anonhg.NetBSD.org/src/rev/32ce5ee8ad1e
branches:  trunk
changeset: 517967:32ce5ee8ad1e
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Nov 22 02:18:24 2001 +0000

description:
Nuke cleandir target override.

diffstat:

 sys/arch/sgimips/stand/Makefile.booters |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (19 lines):

diff -r 5ed96cdc7a24 -r 32ce5ee8ad1e sys/arch/sgimips/stand/Makefile.booters
--- a/sys/arch/sgimips/stand/Makefile.booters   Thu Nov 22 02:06:32 2001 +0000
+++ b/sys/arch/sgimips/stand/Makefile.booters   Thu Nov 22 02:18:24 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.3 2001/11/22 01:30:03 soren Exp $
+# $NetBSD: Makefile.booters,v 1.4 2001/11/22 02:18:24 soren Exp $
 
 # $S must correspond to the top of the 'sys' tree
 S=     ${.CURDIR}/../../../..
@@ -68,9 +68,4 @@
 
 LIBS=          ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
 
-cleandir distclean: cleanlibdir
-
-cleanlibdir:
-       rm -rf lib
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index