Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/audio Pull up revision 1.3 (requested by windsor):
details: https://anonhg.NetBSD.org/src/rev/e7248d43931c
branches: netbsd-1-5
changeset: 491748:e7248d43931c
user: he <he%NetBSD.org@localhost>
date: Tue May 15 21:04:11 2001 +0000
description:
Pull up revision 1.3 (requested by windsor):
Remove COPTS+=-g, we are no longer debugging.
diffstat:
usr.bin/audio/Makefile.inc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 852fef2a495e -r e7248d43931c usr.bin/audio/Makefile.inc
--- a/usr.bin/audio/Makefile.inc Tue May 15 21:00:40 2001 +0000
+++ b/usr.bin/audio/Makefile.inc Tue May 15 21:04:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 1999/03/26 14:02:39 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.1.10.1 2001/05/15 21:04:11 he Exp $
LIBAUDIO != cd ${.CURDIR}/../common;\
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
@@ -9,5 +9,3 @@
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
-
-COPTS+= -g
Home |
Main Index |
Thread Index |
Old Index