Source-Changes-HG archive

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

[src/trunk]: src Add GENASSYM_CPPFLAGS in two more places.



details:   https://anonhg.NetBSD.org/src/rev/a9e965b91695
branches:  trunk
changeset: 794058:a9e965b91695
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Mar 04 17:57:56 2014 +0000

description:
Add GENASSYM_CPPFLAGS in two more places.

diffstat:

 lib/csu/common/Makefile.inc           |  4 ++--
 sys/arch/sparc/stand/bootblk/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r b54e562dcd99 -r a9e965b91695 lib/csu/common/Makefile.inc
--- a/lib/csu/common/Makefile.inc       Tue Mar 04 17:29:06 2014 +0000
+++ b/lib/csu/common/Makefile.inc       Tue Mar 04 17:57:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.24 2014/01/11 00:18:15 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.25 2014/03/04 17:57:56 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -114,7 +114,7 @@
        ${_MKTARGET_CREATE}
        cat ${COMMON_DIR}/sysident_assym.cf | \
            ${TOOL_GENASSYM} -- ${CC} ${CFLAGS:N-Wa,*} ${CPPFLAGS} ${PROF} \
-           > sysident_assym.h.tmp && \
+           ${GENASSYM_CPPFLAGS} > sysident_assym.h.tmp && \
        mv -f sysident_assym.h.tmp sysident_assym.h
 
 CLEANFILES+=   sysident_assym.h
diff -r b54e562dcd99 -r a9e965b91695 sys/arch/sparc/stand/bootblk/Makefile
--- a/sys/arch/sparc/stand/bootblk/Makefile     Tue Mar 04 17:29:06 2014 +0000
+++ b/sys/arch/sparc/stand/bootblk/Makefile     Tue Mar 04 17:57:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2013/08/21 06:41:52 matt Exp $
+#      $NetBSD: Makefile,v 1.15 2014/03/04 17:57:56 joerg Exp $
 
 CURDIR=        ${.CURDIR}
 S=     ${CURDIR}/../../../..
@@ -23,12 +23,12 @@
 
 ffs.fth.h: genfth.cf machine sparc
        ${TOOL_GENASSYM} -f -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
-           <${.CURDIR}/genfth.cf >ffs.fth.h.tmp && \
+           ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genfth.cf >ffs.fth.h.tmp && \
            mv -f ffs.fth.h.tmp ffs.fth.h
 
 lfs.fth.h: genlfs.cf machine sparc
        ${TOOL_GENASSYM} -f -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
-           <${.CURDIR}/genlfs.cf >lfs.fth.h.tmp && \
+           ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genlfs.cf >lfs.fth.h.tmp && \
            mv -f lfs.fth.h.tmp lfs.fth.h
 
 bootblk.text: bootblk.fth ffs.fth.h lfs.fth.h



Home | Main Index | Thread Index | Old Index