svn commit: r295161 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 2 20:50:07 UTC 2016


Author: bdrewery
Date: Tue Feb  2 20:50:06 2016
New Revision: 295161
URL: https://svnweb.freebsd.org/changeset/base/295161

Log:
  Add order for installworld/distribution.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Tue Feb  2 19:29:29 2016	(r295160)
+++ head/Makefile	Tue Feb  2 20:50:06 2016	(r295161)
@@ -136,6 +136,7 @@ TGTS+=	${BITGTS}
 .ORDER: buildworld installworld
 .ORDER: buildworld distributeworld
 .ORDER: buildworld buildkernel
+.ORDER: installworld distribution
 .ORDER: buildkernel installkernel
 .ORDER: buildkernel installkernel.debug
 .ORDER: buildkernel reinstallkernel


More information about the svn-src-all mailing list