Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/installboot Don't force CFLAGS to -g for...



details:   https://anonhg.NetBSD.org/src/rev/98d88d9f3d9d
branches:  trunk
changeset: 515650:98d88d9f3d9d
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Sep 30 23:02:25 2001 +0000

description:
Don't force CFLAGS to -g for all builds.

diffstat:

 sys/arch/i386/stand/installboot/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 26e0c577782e -r 98d88d9f3d9d sys/arch/i386/stand/installboot/Makefile
--- a/sys/arch/i386/stand/installboot/Makefile  Sun Sep 30 22:58:57 2001 +0000
+++ b/sys/arch/i386/stand/installboot/Makefile  Sun Sep 30 23:02:25 2001 +0000
@@ -1,9 +1,8 @@
-#      $NetBSD: Makefile,v 1.16 2000/01/23 16:45:54 mycroft Exp $
+#      $NetBSD: Makefile,v 1.17 2001/09/30 23:02:25 jmc Exp $
 
 # XXX: bsd.own.mk included so LDSTATIC can be overwridden
 .include <bsd.own.mk>
 
-CFLAGS=-g
 BINDIR=        /usr/mdec
 PROG=  installboot
 LIBSA=${.CURDIR}/../../../../lib/libsa



Home | Main Index | Thread Index | Old Index