Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/miniroot tweak how distrib/Makefile.inc is pulled in...
details: https://anonhg.NetBSD.org/src/rev/6930d4c99c38
branches: trunk
changeset: 525379:6930d4c99c38
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Apr 10 16:14:11 2002 +0000
description:
tweak how distrib/Makefile.inc is pulled in. use realall: instead of all:
diffstat:
distrib/miniroot/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 51ce41b27550 -r 6930d4c99c38 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Wed Apr 10 15:56:21 2002 +0000
+++ b/distrib/miniroot/Makefile Wed Apr 10 16:14:11 2002 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2002/04/08 23:15:50 bjh21 Exp $
+# $NetBSD: Makefile,v 1.55 2002/04/10 16:14:11 lukem Exp $
-.include "${.CURDIR}/../Makefile.inc"
.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
+
.include <bsd.kernobj.mk>
ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot
@@ -24,7 +25,7 @@
.include "${ARCHDIR}/Makefile.inc"
-all: check_DESTDIR .WAIT image
+realall: check_DESTDIR .WAIT image
@true
release: check_RELEASEDIR .WAIT image
Home |
Main Index |
Thread Index |
Old Index