summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb/Makefile
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 /kerberos5/lib/libhdb/Makefile
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 'kerberos5/lib/libhdb/Makefile')
-rw-r--r--kerberos5/lib/libhdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index 5f60c60..2507ee6 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -86,6 +86,7 @@ CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} hdb_asn1_files \
hdb_asn1-template.[ch]*
.ORDER: ${GEN}
+${GEN:[2..-1]}: .NOMETA
${GEN}: hdb.asn1
${ASN1_COMPILE} ${.ALLSRC:M*.asn1} hdb_asn1
OpenPOWER on IntegriCloud