Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/bootxx Add -DLIBSA_NO_CLOSE



details:   https://anonhg.NetBSD.org/src/rev/295bed306847
branches:  trunk
changeset: 472371:295bed306847
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 28 13:27:18 1999 +0000

description:
Add -DLIBSA_NO_CLOSE

diffstat:

 sys/arch/sparc/stand/bootxx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 06161493682f -r 295bed306847 sys/arch/sparc/stand/bootxx/Makefile
--- a/sys/arch/sparc/stand/bootxx/Makefile      Wed Apr 28 13:24:12 1999 +0000
+++ b/sys/arch/sparc/stand/bootxx/Makefile      Wed Apr 28 13:27:18 1999 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.9 1999/03/05 11:15:53 pk Exp $
+#      $NetBSD: Makefile,v 1.10 1999/04/28 13:27:18 christos Exp $
 
 PROG=          bootxx
 PROGSOURCE=    bootxx.c
 
 .include "../Makefile.buildboot"
 
-CPPFLAGS+=     -DBOOTXX
+CPPFLAGS+=     -DBOOTXX -DLIBSA_NO_CLOSE
 STRIPFLAG=
 LINKFLAGS=     -N -Ttext ${RELOC} -e start
 



Home | Main Index | Thread Index | Old Index