summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-02-08 16:08:13 +0000
committerdes <des@FreeBSD.org>2016-02-08 16:08:13 +0000
commit234fc137b1865aa62fef7ab1a95c628ab2fec6ff (patch)
tree80ef38beec6596444fca2f636231d37918073aee /Makefile
parent7abbb2ca7f8618b566ad2a72406ea8d0bc52f8d7 (diff)
downloadFreeBSD-src-234fc137b1865aa62fef7ab1a95c628ab2fec6ff.zip
FreeBSD-src-234fc137b1865aa62fef7ab1a95c628ab2fec6ff.tar.gz
Split the packages target into stage-packages and create-packages to make
it possible to roll new packages from an existing build without having to restage them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e56a7a7..320f259 100644
--- a/Makefile
+++ b/Makefile
@@ -126,8 +126,9 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
- xdev-links native-xtools create-kernel-packages stageworld stagekernel \
- create-world-packages packages installconfig signpackages
+ xdev-links native-xtools stageworld stagekernel stage-packages \
+ create-world-packages create-kernel-packages create-packages \
+ packages installconfig signpackages
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud