Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 16:33:22 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r324283 - stable/10
Message-ID:  <201710041633.v94GXMgx028610@repo.freebsd.org>

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



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