summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-02-10 22:05:57 +0000
committerbapt <bapt@FreeBSD.org>2015-02-10 22:05:57 +0000
commitbf9037b831336db1ab596b5a73050b1b71eaf7fb (patch)
tree9336c2eecf5a780619d2c049ca84ea7c4e56aef8 /Makefile
parent552ea54189cf3fbf74291e53e78ac1555243e975 (diff)
downloadFreeBSD-src-bf9037b831336db1ab596b5a73050b1b71eaf7fb.zip
FreeBSD-src-bf9037b831336db1ab596b5a73050b1b71eaf7fb.tar.gz
Add a new target make stageworld which basically does the same job as:
make installworld distribution but preparing the mtree the same way distributeworld does and respecting -DNO_ROOT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db3b0c6..a861005 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ 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 kernel-pkgs \
+ xdev-links native-xtools kernel-pkgs stageworld \
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud