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:
parent
e4bdb83e76
commit
94e9e924f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user