Module Name: src Committed By: joerg Date: Thu May 19 21:24:55 UTC 2011
Modified Files: src/sys/conf: Makefile.kern.inc src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Spell --fatal-warnings with two hyphens To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/conf/Makefile.kern.inc cvs rdiff -u -r1.108 -r1.109 src/sys/rump/librump/rumpkern/Makefile.rumpkern Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/conf/Makefile.kern.inc diff -u src/sys/conf/Makefile.kern.inc:1.133 src/sys/conf/Makefile.kern.inc:1.134 --- src/sys/conf/Makefile.kern.inc:1.133 Tue May 17 07:16:02 2011 +++ src/sys/conf/Makefile.kern.inc Thu May 19 21:24:55 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.133 2011/05/17 07:16:02 joerg Exp $ +# $NetBSD: Makefile.kern.inc,v 1.134 2011/05/19 21:24:55 joerg Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -85,7 +85,7 @@ CFLAGS+= -ffreestanding -fno-zero-initialized-in-bss CFLAGS+= ${DEBUG} ${COPTS} -AFLAGS+= -D_LOCORE -Wa,-fatal-warnings +AFLAGS+= -D_LOCORE -Wa,--fatal-warnings # XXX .if defined(HAVE_GCC) && ${HAVE_GCC} > 3 Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.108 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.109 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.108 Mon Mar 21 05:15:18 2011 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Thu May 19 21:24:55 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rumpkern,v 1.108 2011/03/21 05:15:18 joerg Exp $ +# $NetBSD: Makefile.rumpkern,v 1.109 2011/05/19 21:24:55 joerg Exp $ # .include "${RUMPTOP}/Makefile.rump" @@ -140,7 +140,7 @@ CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs CPPFLAGS+= -I${RUMPTOP}/librump/rumpnet -I${RUMPTOP}/librump/rumpdev -AFLAGS+= -D_LOCORE -Wa,-fatal-warnings +AFLAGS+= -D_LOCORE -Wa,--fatal-warnings # # If archdir exists, it is required to provide: