svn commit: r286695 - head

Warner Losh imp at FreeBSD.org
Wed Aug 12 19:39:12 UTC 2015


Author: imp
Date: Wed Aug 12 19:39:11 2015
New Revision: 286695
URL: https://svnweb.freebsd.org/changeset/base/286695

Log:
  Fix the fixing of the build I broke. rescue/rescue has the right
  target, but rescue doesn't.
  
  Pointy hat: imp@

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Aug 12 19:35:35 2015	(r286694)
+++ head/Makefile.inc1	Wed Aug 12 19:39:11 2015	(r286695)
@@ -1439,7 +1439,7 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools
 
 .if ${MK_RESCUE} != "no"
 # rescue includes programs that have build-tools targets
-_rescue=rescue
+_rescue=rescue/rescue
 .endif
 
 build-tools: .MAKE


More information about the svn-src-head mailing list