Source-Changes-HG archive

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

[src/trunk]: src hp700 rescue/ldd fails on -j16 build if usr.bin/ldd/elf32/li...



details:   https://anonhg.NetBSD.org/src/rev/0edf616095a7
branches:  trunk
changeset: 787940:0edf616095a7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 16 09:52:21 2013 +0000

description:
hp700 rescue/ldd fails on -j16 build if usr.bin/ldd/elf32/libldd_elf32.a
hasn't been made yet. Add an explicit .WAIT before rescue to avoid this.

diffstat:

 Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1c51e449186f -r 0edf616095a7 Makefile
--- a/Makefile  Tue Jul 16 07:31:40 2013 +0000
+++ b/Makefile  Tue Jul 16 09:52:21 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.302 2012/12/03 13:53:29 apb Exp $
+#      $NetBSD: Makefile,v 1.303 2013/07/16 09:52:21 joerg Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -139,7 +139,8 @@
 #
 _SUBDIR=       tools lib include gnu external crypto/external bin games
 _SUBDIR+=      libexec sbin usr.bin
-_SUBDIR+=      usr.sbin share rescue sys etc tests compat .WAIT distrib regress
+_SUBDIR+=      usr.sbin share sys etc tests compat
+_SUBDIR+=      .WAIT rescue .WAIT distrib regress
 
 .for dir in ${_SUBDIR}
 .if "${dir}" == ".WAIT" \



Home | Main Index | Thread Index | Old Index