Author: bdrewery Date: Sat Mar 12 19:01:45 2016 New Revision: 296747 URL: https://svnweb.freebsd.org/changeset/base/296747
Log: MFC r295161,r296014: r295161: Add order for installworld/distribution. r296014: Add order for installworld/installkernel. Modified: stable/9/Makefile (contents, props changed) Modified: stable/9/Makefile ============================================================================== --- stable/9/Makefile Sat Mar 12 19:00:42 2016 (r296746) +++ stable/9/Makefile Sat Mar 12 19:01:45 2016 (r296747) @@ -113,6 +113,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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"