svn commit: r296748 - stable/10

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 12 19:02:21 UTC 2016


Author: bdrewery
Date: Sat Mar 12 19:02:20 2016
New Revision: 296748
URL: https://svnweb.freebsd.org/changeset/base/296748

Log:
  MFC r295161,r296014:
  
    r295161:
      Add order for installworld/distribution.
    r296014:
      Add order for installworld/installkernel.

Modified:
  stable/10/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile
==============================================================================
--- stable/10/Makefile	Sat Mar 12 19:01:45 2016	(r296747)
+++ stable/10/Makefile	Sat Mar 12 19:02:20 2016	(r296748)
@@ -123,6 +123,8 @@ TGTS+=	${BITGTS}
 .ORDER: buildworld installworld
 .ORDER: buildworld distributeworld
 .ORDER: buildworld buildkernel
+.ORDER: installworld distribution
+.ORDER: installworld installkernel
 .ORDER: buildkernel installkernel
 .ORDER: buildkernel installkernel.debug
 .ORDER: buildkernel reinstallkernel


More information about the svn-src-all mailing list