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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user