Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 19:39:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286695 - head
Message-ID:  <201508121939.t7CJdBej097488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508121939.t7CJdBej097488>