summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-11-11 07:43:35 +0000
committermaya <maya@NetBSD.org>2018-11-11 07:43:35 +0000
commita433b661d31b843438602852a7fd8bf6fe05fd10 (patch)
tree17522d2f602798bd7ea290c916f9e6f29145cde9 /Makefile
parent7f4f59c82b110be114c7386aa9d2a556a6f4c647 (diff)
.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 (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c068f130dc6..66c69369791 100644
--- a/Makefile
+++ b/Makefile
@@ -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 @@ _SRC_TOP_OBJ_=
# _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