Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Set LOOSE_PROTOTYPES to no for cats. This means ca...



details:   https://anonhg.NetBSD.org/src/rev/11deeae58555
branches:  trunk
changeset: 521468:11deeae58555
user:      chris <chris%NetBSD.org@localhost>
date:      Thu Jan 31 09:53:33 2002 +0000

description:
Set LOOSE_PROTOTYPES to no for cats.  This means cats now uses stricter prototype checking.

diffstat:

 sys/arch/arm/conf/Makefile.arm       |  5 +++--
 sys/arch/cats/conf/Makefile.cats.inc |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r af382dd1c4f6 -r 11deeae58555 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Thu Jan 31 09:43:42 2002 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Thu Jan 31 09:53:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.15 2001/12/09 05:00:41 atatat Exp $
+#      $NetBSD: Makefile.arm,v 1.16 2002/01/31 09:53:33 chris Exp $
 
 # Makefile for NetBSD
 #
@@ -34,7 +34,8 @@
 ## (2) compile settings
 ##
 CPPFLAGS+=     -D${MACHINE}
-LOOSE_PROTOTYPES= yes
+## only set if the md Makefile hasn't said otherwise
+LOOSE_PROTOTYPES?= yes
 AFLAGS+=       -x assembler-with-cpp
 
 ##
diff -r af382dd1c4f6 -r 11deeae58555 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Thu Jan 31 09:43:42 2002 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Thu Jan 31 09:53:33 2002 +0000
@@ -1,3 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.1 2001/11/27 00:15:59 thorpej Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.2 2002/01/31 09:53:34 chris Exp $
 
 GENASSYM_EXTRAS+=      ${ARM}/footbridge/genassym.cf
+LOOSE_PROTOTYPES=      NO



Home | Main Index | Thread Index | Old Index