Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/tools/make Pull up revision 1.4 (requested by thorpej i...



details:   https://anonhg.NetBSD.org/src/rev/e106c929c2fd
branches:  netbsd-1-6
changeset: 529269:e106c929c2fd
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 16:26:21 2002 +0000

description:
Pull up revision 1.4 (requested by thorpej in ticket #798):
  Be more conservative with quoting, to play nice with
  Solaris 8's /bin/sh.

diffstat:

 tools/make/buildmake.sh.in |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r ef2b42262046 -r e106c929c2fd tools/make/buildmake.sh.in
--- a/tools/make/buildmake.sh.in        Sun Nov 03 16:20:52 2002 +0000
+++ b/tools/make/buildmake.sh.in        Sun Nov 03 16:26:21 2002 +0000
@@ -1,13 +1,13 @@
 #! /bin/sh
-#      $NetBSD: buildmake.sh.in,v 1.3 2002/04/24 21:17:24 bjh21 Exp $
+#      $NetBSD: buildmake.sh.in,v 1.3.2.1 2002/11/03 16:26:21 he Exp $
 #
 # buildmake.sh.in - Autoconf-processed shell script for building make(1).
 #
 
-: ${HOST_CC=@CC@}
-: ${HOST_CFLAGS=@CPPFLAGS@ @CFLAGS@}
-: ${HOST_LDFLAGS=@LDFLAGS@ @LIBS@}
-: ${runcmd=}
+: ${HOST_CC="@CC@"}
+: ${HOST_CFLAGS="@CPPFLAGS@ @CFLAGS@"}
+: ${HOST_LDFLAGS="@LDFLAGS@ @LIBS@"}
+: ${runcmd=""}
 
 docmd () {
        echo "$1"



Home | Main Index | Thread Index | Old Index