Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/bootxx Add .WAIT after first subdirector...



details:   https://anonhg.NetBSD.org/src/rev/c8b54ec54c24
branches:  trunk
changeset: 555541:c8b54ec54c24
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Nov 20 16:16:41 2003 +0000

description:
Add .WAIT after first subdirectory to ensure we don't build the libraries
twice.

diffstat:

 sys/arch/i386/stand/bootxx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 0e487a436a85 -r c8b54ec54c24 sys/arch/i386/stand/bootxx/Makefile
--- a/sys/arch/i386/stand/bootxx/Makefile       Thu Nov 20 16:15:59 2003 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile       Thu Nov 20 16:16:41 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/10/13 06:56:47 dsl Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/20 16:16:41 dsl Exp $
 
-SUBDIR=        bootxx_ffsv1 bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
+SUBDIR=        bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
 SUBDIR+=bootxx_msdos bootxx_ustarfs
 
 LIBOBJ= ${.OBJDIR}



Home | Main Index | Thread Index | Old Index