We want meta.stage.mk when cleaning

This commit is contained in:
Simon J. Gerraty 2013-03-14 22:04:53 +00:00
parent ab103c4628
commit b023fdc47a

View File

@ -148,7 +148,7 @@ PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
.endif
.if ${MK_STAGING} != "no"
.if defined(_SKIP_BUILD) || !make(all)
.if defined(_SKIP_BUILD) || (!make(all) && !make(clean*))
staging stage_libs stage_files stage_as stage_links stage_symlinks:
.else
# allow targets like beforeinstall to be leveraged