Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Fix pasto: BUILDRUMP_CPPFLAGS was used twice.
details: https://anonhg.NetBSD.org/src/rev/49c31974c888
branches: trunk
changeset: 787859:49c31974c888
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jul 09 17:49:37 2013 +0000
description:
Fix pasto: BUILDRUMP_CPPFLAGS was used twice.
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8cf67441f9e3 -r 49c31974c888 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Tue Jul 09 17:14:37 2013 +0000
+++ b/sys/rump/Makefile.rump Tue Jul 09 17:49:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.82 2013/07/04 10:14:04 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.83 2013/07/09 17:49:37 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -108,7 +108,7 @@
rumpcomp_user.po: rumpcomp_user.c
${_MKTARGET_COMPILE}
- ${CC} -o ${.TARGET} ${PROFFLAGS} -pg ${DBG} ${CWARNFLAGS} ${RUMPCOMP_USER_WERROR} -Wall -Wmissing-prototypes ${BUILDRUMP_CPPFLAGS} ${BUILDRUMP_CPPFLAGS} ${RUMPCOMP_USER_CPPFLAGS}
${RUMPCOMP_USER_CFLAGS} -c ${.ALLSRC:O:u:M*rumpcomp_user.c}
+ ${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
SRCS+=rumpcomp_user.c
Home |
Main Index |
Thread Index |
Old Index