Source-Changes-HG archive

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

[src/trunk]: src/sys/rump RUMPCOMP_USEROBJ -> RUMPOBJ_NORENAME



details:   https://anonhg.NetBSD.org/src/rev/7e270194dc48
branches:  trunk
changeset: 789699:7e270194dc48
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Sep 03 19:57:02 2013 +0000

description:
RUMPCOMP_USEROBJ -> RUMPOBJ_NORENAME

Widens the implied usage scope of the variable.

diffstat:

 sys/rump/Makefile.rump |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1ff6c70b8a64 -r 7e270194dc48 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Tue Sep 03 19:55:13 2013 +0000
+++ b/sys/rump/Makefile.rump    Tue Sep 03 19:57:02 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.86 2013/08/30 10:29:06 pooka Exp $
+#      $NetBSD: Makefile.rump,v 1.87 2013/09/03 19:57:02 pooka Exp $
 #
 
 WARNS?=                3       # XXX: src/sys won't compile with -Wsign-compare yet
@@ -110,7 +110,7 @@
        ${_MKTARGET_COMPILE}
        ${CC} -o ${.TARGET} ${PROFFLAGS} -pg ${DBG} ${CWARNFLAGS} ${RUMPCOMP_USER_WERROR} -Wall -Wmissing-prototypes ${BUILDRUMP_CPPFLAGS} ${BUILDRUMP_CFLAGS} ${RUMPCOMP_USER_CPPFLAGS} 
${RUMPCOMP_USER_CFLAGS} -c ${.ALLSRC:O:u:M*rumpcomp_user.c}
 
-RUMPCOMP_USEROBJ=rumpcomp_user.*o
+RUMPOBJ_NORENAME+=rumpcomp_user.*o
 SRCS+=rumpcomp_user.c
 .endif
 
@@ -174,7 +174,7 @@
        ${_MKTARGET_BUILD}
        rm -f ${.TARGET}
 .endif
-       for obj in ${RUMP_SYMREN:U${.ALLSRC:N${RUMPCOMP_USEROBJ}}}; do \
+       for obj in ${RUMP_SYMREN:U${.ALLSRC:N${RUMPOBJ_NORENAME}}}; do \
                ${NM} -go $${obj} | ${TOOL_AWK} ' \
                    $$NF!~/^'${_PQ}'(rump|RUMP|__|_GLOBAL_OFFSET_TABLE'${_SYMQUIRK}')/ \
                      {s=$$NF;sub(/^'${_PQ}'/, "&rumpns_", s); print $$NF, s}'\



Home | Main Index | Thread Index | Old Index