diff options
author | des <des@FreeBSD.org> | 2016-02-08 16:08:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-02-08 16:08:13 +0000 |
commit | 234fc137b1865aa62fef7ab1a95c628ab2fec6ff (patch) | |
tree | 80ef38beec6596444fca2f636231d37918073aee /Makefile | |
parent | 7abbb2ca7f8618b566ad2a72406ea8d0bc52f8d7 (diff) | |
download | FreeBSD-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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} |