Module Name: src
Committed By: riz
Date: Wed Jan 4 03:43:34 UTC 2012
Modified Files:
src/distrib: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/Makefile
diff -u src/distrib/Makefile:1.16 src/distrib/Makefile:1.17
--- src/distrib/Makefile:1.16 Fri Nov 21 15:39:51 2008
+++ src/distrib/Makefile Wed Jan 4 03:43:34 2012
@@ -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+= miniroot .WAIT
SUBDIR+= ${RELEASEMACHINE}
.endif
-SUBDIR+= utils
-
TARGETS+=release
TARGETS+=iso_image