Module Name: src
Committed By: joerg
Date: Thu Nov 3 07:42:56 UTC 2011
Modified Files:
src/tools: Makefile
Log Message:
Revert .WAIT removal and add comment why it is needed between *tblgen.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile
diff -u src/tools/Makefile:1.154 src/tools/Makefile:1.155
--- src/tools/Makefile:1.154 Wed Nov 2 23:47:07 2011
+++ src/tools/Makefile Thu Nov 3 07:42:56 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2011/11/02 23:47:07 njoly Exp $
+# $NetBSD: Makefile,v 1.155 2011/11/03 07:42:56 joerg Exp $
.include <bsd.own.mk>
@@ -68,10 +68,12 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
pwd_mkdb stat strfile sunlabel zic
.if ${MKLLVM} != "no"
+# .WAIT between llvm-tblgen and llvm-clang-tblgen ensures install
+# rules works correctly
SUBDIR+= \
llvm .WAIT \
llvm-lib/libLLVMSupport llvm-lib/libLLVMTableGen .WAIT \
- llvm-tblgen llvm-clang-tblgen .WAIT \
+ llvm-tblgen .WAIT llvm-clang-tblgen .WAIT \
llvm-include .WAIT \
llvm-lib .WAIT \
llvm-clang