svn commit: r350275 - head

Emmanuel Vadot manu at FreeBSD.org
Wed Jul 24 08:00:01 UTC 2019


Author: manu
Date: Wed Jul 24 08:00:00 2019
New Revision: 350275
URL: https://svnweb.freebsd.org/changeset/base/350275

Log:
  pkgbase: Add the sub stage-packages targets to TGTS
  
  This helps when you don't want to run the dependencies targets.
  
  Reviewed by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D20955

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed Jul 24 07:07:46 2019	(r350274)
+++ head/Makefile	Wed Jul 24 08:00:00 2019	(r350275)
@@ -138,7 +138,7 @@ TGTS=	all all-man buildenv buildenvvars buildkernel bu
 	build32 distribute32 install32 buildsoft distributesoft installsoft \
 	builddtb xdev xdev-build xdev-install \
 	xdev-links native-xtools native-xtools-install stageworld stagekernel \
-	stage-packages \
+	stage-packages stage-packages-kernel stage-packages-world \
 	create-packages-world create-packages-kernel create-packages \
 	packages installconfig real-packages sign-packages package-pkg \
 	print-dir test-system-compiler test-system-linker


More information about the svn-src-head mailing list