mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 10:41:46 +01:00
targets/Makefile.inc skip updates
When PKG_METHOD is "no" or "none" we should *not* attempt to update Makefile.depend. Reviewed by: stevek
This commit is contained in:
parent
6b135dd607
commit
ad34c4d882
@ -34,7 +34,7 @@ PKG_METHOD = no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${PKG_METHOD:Mno*} != ""
|
||||
.if ${PKG_METHOD:Nno*} != ""
|
||||
all: ${PKG_METHOD}
|
||||
|
||||
# set this to "no" for manual control
|
||||
|
Loading…
Reference in New Issue
Block a user