summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-03 19:25:41 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-03 19:25:41 +0000
commitf12a82914c9d8ba5d938087e53baf40402e1fe83 (patch)
tree5efcea8a1232b6e8dab81f626cb3f753efe3655f /usr.sbin
parentcb5c2c054bf8e0130076d308cff1f9fafb442ade (diff)
downloadFreeBSD-src-f12a82914c9d8ba5d938087e53baf40402e1fe83.zip
FreeBSD-src-f12a82914c9d8ba5d938087e53baf40402e1fe83.tar.gz
WITH_META_MODE: Don't expect meta files for side-effect generated files.
The first file in these lists will generate everything else so only it should be getting a .meta file. With bmake's missing=yes meta feature these would otherwise cause a rebuild without the .NOMETA hint. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acpi/iasl/Makefile3
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile1
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index 7ba08ff..4217c96 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -97,6 +97,7 @@ aslcompiler.y: ${PARSER}
${ACPICA_DIR}/compiler/aslparser.y > ${.TARGET}
.ORDER: aslcompilerparse.c aslcompilerparse.h
+aslcompilerparse.h: .NOMETA
aslcompilerparse.c aslcompilerparse.h: aslcompiler.y
${YACC} ${YFLAGS} -pAslCompiler -oaslcompilerparse.c ${.ALLSRC}
@@ -107,6 +108,7 @@ dtparserlex.c: dtparser.l
${LEX} ${LFLAGS} -PDtParser -o${.TARGET} ${.ALLSRC}
.ORDER: dtparserparse.c dtparserparse.h
+dtparserparse.h: .NOMETA
dtparserparse.c dtparserparse.h: dtparser.y
${YACC} ${YFLAGS} -pDtParser -odtparserparse.c ${.ALLSRC}
@@ -117,6 +119,7 @@ prparserlex.c: prparser.l
${LEX} ${LFLAGS} -PPrParser -o${.TARGET} ${.ALLSRC}
.ORDER: prparserparse.c prparserparse.h
+prparserparse.h: .NOMETA
prparserparse.c prparserparse.h: prparser.y
${YACC} ${YFLAGS} -pPrParser -oprparserparse.c ${.ALLSRC}
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index e4106e0..7221160 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -40,6 +40,7 @@ oid.h: tree.def Makefile
gensnmptree -e ${XSYM} < ${.ALLSRC:M*.def} > ${.TARGET}
.ORDER: tree.c tree.h
+tree.h: .NOMETA
tree.c tree.h: tree.def
gensnmptree -l < ${.ALLSRC}
OpenPOWER on IntegriCloud