Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/libsa Define MKNOLINT=no and _STANDAL...



details:   https://anonhg.NetBSD.org/src/rev/98e842fd139f
branches:  trunk
changeset: 472215:98e842fd139f
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Apr 25 10:05:00 1999 +0000

description:
Define MKNOLINT=no and _STANDALONE.

diffstat:

 sys/arch/mvme68k/stand/libsa/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a16d40168236 -r 98e842fd139f sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile     Sun Apr 25 09:10:07 1999 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile     Sun Apr 25 10:05:00 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 1999/02/20 16:26:57 scw Exp $
+#      $NetBSD: Makefile,v 1.9 1999/04/25 10:05:00 scw Exp $
 
 LIB=sa
 
@@ -6,6 +6,7 @@
 
 MKPIC=no
 MKPROFILE=no
+MKLINT=no
 
 # Logically src/sys
 S=${.CURDIR}/../../../..
@@ -32,7 +33,7 @@
 # DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \
 #      -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG
 
-#DEFS= -DCOMPAT_UFS
+DEFS= -D_STANDALONE
 CPPFLAGS+= -I. -I${.CURDIR}/../libbug -I${S}/lib/libsa -I${S}
 COPTS= #-fno-defer-pop
 CFLAGS= -O2 ${COPTS} ${DEFS} ${DBG}



Home | Main Index | Thread Index | Old Index