Source-Changes-HG archive

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

[src/trunk]: src .WAIT for tools to complete.



details:   https://anonhg.NetBSD.org/src/rev/00c1e8e10ece
branches:  trunk
changeset: 445738:00c1e8e10ece
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Nov 11 07:43:35 2018 +0000

description:
.WAIT for tools to complete.
There's a lot of waits inside tools, but nothing that promises that we haven't
started doing the next subdir in the top level.

Shows up as warnings in the cleandir stage on releng builds:

cleandir ===> external/mit/xorg/server/drivers/xf86-video-suncg6
cleandir ===> lib/libpam/modules/pam_deny
sh: /home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk: not found
nbmake[9]: "../../Makefile.xf86-driver" line 23: warning: "/home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk '/^PACKAGE_VERSION=/ {                match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); 
 version = substr($1, RSTART, RLENGTH);  } END { print version }'                        /home/source/ab/HEAD-llvm/xsrc/external/mit/xf86-video-ati/dist/configure" returned non-zero status
sh: /home/builds/ab/HEAD-llvm/sparc64/201811091720Z-tools/bin/nbawk: not found

diffstat:

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

diffs (20 lines):

diff -r 9b2f7ef5850f -r 00c1e8e10ece Makefile
--- a/Makefile  Sun Nov 11 01:42:36 2018 +0000
+++ b/Makefile  Sun Nov 11 07:43:35 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.324 2018/05/02 07:34:44 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.325 2018/11/11 07:43:35 maya Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -137,8 +137,8 @@
 # _SUBDIR is used to set SUBDIR, after removing directories that have
 # BUILD_${dir}=no, or that have no ${dir}/Makefile.
 #
-_SUBDIR=       tools lib include external crypto/external bin games
-_SUBDIR+=      libexec sbin usr.bin
+_SUBDIR=       tools .WAIT lib include external crypto/external bin
+_SUBDIR+=      games libexec sbin usr.bin
 _SUBDIR+=      usr.sbin share sys etc tests compat
 _SUBDIR+=      .WAIT rescue .WAIT distrib regress
 



Home | Main Index | Thread Index | Old Index