summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-05 00:13:42 +0000
committerbapt <bapt@FreeBSD.org>2015-03-05 00:13:42 +0000
commit5c62d95dc8bc80481905d2517736454d9847e6e2 (patch)
treea839a2aadacf2da07a909f34a9e7c7357c3a82cb /Makefile
parentebb6e9d03e2839033f7f2e9014a7810de016613b (diff)
downloadFreeBSD-src-5c62d95dc8bc80481905d2517736454d9847e6e2.zip
FreeBSD-src-5c62d95dc8bc80481905d2517736454d9847e6e2.tar.gz
Add new create-world-packages target to generated the packages out of world
Dynamically figure out the list of targets based on tags passed on the mtrees First sanity check that all packages have existing manifests Generate the packages Please note that for now the mtree needs more work as it has duplicate entries, everything is not yet tagged The packages now have generic entries and needs to be customize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a861005..f9f0f93 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 stageworld \
+ xdev-links native-xtools kernel-pkgs stageworld create-world-packages
TGTS+= ${SUBDIR_TARGETS}
OpenPOWER on IntegriCloud