Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/stand/altboot Remove "lib" directory for ...
details: https://anonhg.NetBSD.org/src/rev/52d20b6c78f7
branches: trunk
changeset: 1019904:52d20b6c78f7
user: rin <rin%NetBSD.org@localhost>
date: Wed Mar 24 02:53:16 2021 +0000
description:
Remove "lib" directory for cleandir.
diffstat:
sys/arch/sandpoint/stand/altboot/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r cb7b503d4273 -r 52d20b6c78f7 sys/arch/sandpoint/stand/altboot/Makefile
--- a/sys/arch/sandpoint/stand/altboot/Makefile Tue Mar 23 23:12:21 2021 +0000
+++ b/sys/arch/sandpoint/stand/altboot/Makefile Wed Mar 24 02:53:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/04/08 19:53:22 christos Exp $
+# $NetBSD: Makefile,v 1.18 2021/03/24 02:53:16 rin Exp $
S= ${.CURDIR}/../../../..
@@ -51,6 +51,11 @@
.include "${S}/lib/libsa/Makefile.inc"
LIBSA= ${SALIB}
+cleandir distclean: .WAIT cleanlibdir
+
+cleanlibdir:
+ -rm -rf lib
+
${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${_MKTARGET_LINK}
${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${PROG} \
Home |
Main Index |
Thread Index |
Old Index