Allow passing NOPKG= to make(1) to prevent the pkg-stage target
from getting executed. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a14af83085
commit
8f229143b1
@ -269,7 +269,7 @@ packagesystem: base.txz kernel.txz ${EXTRA_PACKAGES}
|
||||
touch ${.TARGET}
|
||||
|
||||
pkg-stage:
|
||||
.if !defined(NOPKG)
|
||||
.if !defined(NOPKG) || empty(NOPKG)
|
||||
env PORTSDIR=${PORTSDIR} REPOS_DIR=${.CURDIR}/pkg_repos/ \
|
||||
sh ${.CURDIR}/scripts/pkg-stage.sh
|
||||
mkdir -p ${.OBJDIR}/dvd/packages/repos/
|
||||
|
Loading…
x
Reference in New Issue
Block a user