Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/spmath use :Q to quote variables properly.



details:   https://anonhg.NetBSD.org/src/rev/be07d82801d0
branches:  trunk
changeset: 343233:be07d82801d0
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 25 18:55:25 2016 +0000

description:
use :Q to quote variables properly.

diffstat:

 sys/arch/hppa/spmath/Makefile.inc |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r d352f11c2187 -r be07d82801d0 sys/arch/hppa/spmath/Makefile.inc
--- a/sys/arch/hppa/spmath/Makefile.inc Mon Jan 25 18:37:38 2016 +0000
+++ b/sys/arch/hppa/spmath/Makefile.inc Mon Jan 25 18:55:25 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2015/09/06 15:34:55 uebayasi Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2016/01/25 18:55:25 christos Exp $
 
 #      $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
 #
@@ -15,13 +15,13 @@
 SPMATHMAKE= \
        cd ${SPMATHDIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
          MAKEOBJDIR=${SPMATHDST} ${MAKE} \
-           CC='${CC}' CFLAGS='${CFLAGS}' \
-           SPMATHCPPFLAGS='${CPPFLAGS:S@^-I.@-I. -I../../.@g}'\
-           AS='${AS}' AFLAGS='${AFLAGS}' \
-           LD='${LD}' STRIP='${STRIP}' \
-           CPP='${CPP}' STRIP='${STRIP}' AR='${AR}' \
-           NM='${NM}' LORDER='${LORDER}' \
-           XMACHINE='${MACHINE}' XMACHINE_ARCH='${MACHINE_ARCH}'
+           CC=${CC:Q} CFLAGS=${CFLAGS:Q} \
+           SPMATHCPPFLAGS=${CPPFLAGS:S@^-I.@-I. -I../../.@g:Q} \
+           AS=${AS:Q} AFLAGS=${AFLAGS:Q} \
+           LD=${LD:Q} STRIP=${STRIP:Q} \
+           CPP=${CPP:Q} STRIP=${STRIP:Q} AR=${AR:Q} \
+           NM=${NM:Q} LORDER=${LORDER:Q} \
+           XMACHINE=${MACHINE:Q} XMACHINE_ARCH=${MACHINE_ARCH:Q}
 
 ${SPMATH}:     .NOTMAIN .MAKE __always_make_spmath
        @echo making sure the spmath library is up to date...



Home | Main Index | Thread Index | Old Index