Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand Make sure to remove lib directories.
details: https://anonhg.NetBSD.org/src/rev/74d6c27b6bc4
branches: trunk
changeset: 547334:74d6c27b6bc4
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat May 17 02:30:14 2003 +0000
description:
Make sure to remove lib directories.
diffstat:
sys/arch/sparc/stand/Makefile.buildboot | 7 ++++++-
sys/arch/sparc/stand/ofwboot/Makefile | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r 0392e91fea1f -r 74d6c27b6bc4 sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot Sat May 17 02:26:27 2003 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot Sat May 17 02:30:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.19 2003/03/01 13:01:56 pk Exp $
+# $NetBSD: Makefile.buildboot,v 1.20 2003/05/17 02:30:14 nakayama Exp $
#
# This file is for the sparc `boot' and `bootxx' only; it does not
# currently play well on a 64-bit system.
@@ -62,3 +62,8 @@
.NOPATH: machine sparc
.endif
CLEANFILES+= machine sparc
+
+cleandir distclean: cleanlibdir
+
+cleanlibdir:
+ rm -rf lib
diff -r 0392e91fea1f -r 74d6c27b6bc4 sys/arch/sparc/stand/ofwboot/Makefile
--- a/sys/arch/sparc/stand/ofwboot/Makefile Sat May 17 02:26:27 2003 +0000
+++ b/sys/arch/sparc/stand/ofwboot/Makefile Sat May 17 02:30:14 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/05/17 02:26:27 nakayama Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/17 02:30:15 nakayama Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@@ -76,6 +76,11 @@
rm -f sparc64
ln -s ${.CURDIR}/../../../sparc64/include sparc64
+cleandir distclean: cleanlibdir
+
+cleanlibdir:
+ rm -rf lib
+
vers.c: version
sh ${S}/conf/newvers_stand.sh ${CURDIR}/version "sparc64" ${NEWVERSWHAT}
Home |
Main Index |
Thread Index |
Old Index