Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/stand/boot add CFLAGS=-Wno-main for void main...
details: https://anonhg.NetBSD.org/src/rev/1e28f289871b
branches: trunk
changeset: 525290:1e28f289871b
user: sakamoto <sakamoto%NetBSD.org@localhost>
date: Tue Apr 09 16:05:37 2002 +0000
description:
add CFLAGS=-Wno-main for void main, suggested by Tsutsui-san.
diffstat:
sys/arch/bebox/stand/boot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 706e47ce323b -r 1e28f289871b sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile Tue Apr 09 15:59:35 2002 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile Tue Apr 09 16:05:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/04/08 16:09:58 sakamoto Exp $
+# $NetBSD: Makefile,v 1.16 2002/04/09 16:05:37 sakamoto Exp $
S= ${.CURDIR}/../../../..
@@ -23,6 +23,7 @@
AOBJS= ${ASRCS:.s=.o}
COBJS= ${CSRCS:.c=.o}
OBJS= ${AOBJS} ${COBJS}
+CFLAGS= -Wno-main
AFLAGS= -x assembler-with-cpp -traditional-cpp
NOMAN= # defined
STRIPFLAG=
Home |
Main Index |
Thread Index |
Old Index