Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Build in 'utils' subdir before building miniroot, or...
details: https://anonhg.NetBSD.org/src/rev/b14f6caf0dde
branches: trunk
changeset: 772433:b14f6caf0dde
user: riz <riz%NetBSD.org@localhost>
date: Wed Jan 04 03:43:34 2012 +0000
description:
Build in 'utils' subdir before building miniroot, or the MD bits.
When making changes to 'sysinst', for example, one would expect them
reflected in the generated installers.
diffstat:
distrib/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3d57c34aafce -r b14f6caf0dde distrib/Makefile
--- a/distrib/Makefile Wed Jan 04 02:48:58 2012 +0000
+++ b/distrib/Makefile Wed Jan 04 03:43:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad Exp $
+# $NetBSD: Makefile,v 1.17 2012/01/04 03:43:34 riz Exp $
.include <bsd.own.mk>
@@ -6,6 +6,8 @@
SUBDIR= notes .WAIT
.endif
+SUBDIR+= utils
+
.if exists(${MACHINE}/miniroot/Makefile.inc)
SUBDIR+= miniroot .WAIT
.endif
@@ -14,8 +16,6 @@
SUBDIR+= ${RELEASEMACHINE}
.endif
-SUBDIR+= utils
-
TARGETS+=release
TARGETS+=iso_image
Home |
Main Index |
Thread Index |
Old Index