svn commit: r324283 - stable/10

Ngie Cooper ngie at FreeBSD.org
Wed Oct 4 16:33:24 UTC 2017


Author: ngie
Date: Wed Oct  4 16:33:22 2017
New Revision: 324283
URL: https://svnweb.freebsd.org/changeset/base/324283

Log:
  Revert r324132
  
  I accidentally used the wrong commit message
  
  Reported by:	rgrimes

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

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Wed Oct  4 15:47:16 2017	(r324282)
+++ stable/10/Makefile.inc1	Wed Oct  4 16:33:22 2017	(r324283)
@@ -1460,14 +1460,9 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools
 _rescue= rescue/rescue
 .endif
 
-.if ${MK_TCSH} != "no"
-_tcsh=bin/csh
-.endif
-
 build-tools: .MAKE
-
 .for _tool in \
-    ${_tcsh} \
+    bin/csh \
     bin/sh \
     ${_rescue} \
     ${LOCAL_TOOL_DIRS} \
@@ -1585,7 +1580,7 @@ native-xtools: .PHONY
     bin/cat \
     bin/chmod \
     bin/cp \
-    ${_tcsh} \
+    bin/csh \
     bin/echo \
     bin/expr \
     bin/hostname \


More information about the svn-src-stable mailing list