Follow-up r296700: Fix incorrectly declaring these as .MAIN.

This broke bootstrap-tools at least for DIRDEPS_BUILD.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-03-13 20:51:45 +00:00
parent e4bdb83e76
commit 94e9e924f7

View File

@ -33,9 +33,9 @@ META_COOKIE= ${COOKIE.${.TARGET}:U${.OBJDIR}/${.TARGET}}
META_COOKIE_RM= @rm -f ${META_COOKIE}
META_COOKIE_TOUCH= @touch ${META_COOKIE}
CLEANFILES+= ${META_TARGETS}
_meta_dep_before: .USEBEFORE
_meta_dep_before: .USEBEFORE .NOTMAIN
${META_COOKIE_RM}
_meta_dep_after: .USE
_meta_dep_after: .USE .NOTMAIN
${META_COOKIE_TOUCH}
# Attach this to a target to allow it to benefit from meta mode's
# not rerunning a command if it doesn't need to be considering its