Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/xcvs/bin/xcvs Build xcvs without -g.



details:   https://anonhg.NetBSD.org/src/rev/5e1639904876
branches:  trunk
changeset: 759852:5e1639904876
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Dec 18 04:23:26 2010 +0000

description:
Build xcvs without -g.

diffstat:

 external/gpl2/xcvs/bin/xcvs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 07ba3460fe10 -r 5e1639904876 external/gpl2/xcvs/bin/xcvs/Makefile
--- a/external/gpl2/xcvs/bin/xcvs/Makefile      Sat Dec 18 01:36:19 2010 +0000
+++ b/external/gpl2/xcvs/bin/xcvs/Makefile      Sat Dec 18 04:23:26 2010 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2009/04/08 16:27:51 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2010/12/18 04:23:26 joerg Exp $
 
 .include "${.CURDIR}/../../Makefile.inc"
-CFLAGS+=-g
+
 PROG=  xcvs
 
 # So that cleandir works on case-insensitive file systems.



Home | Main Index | Thread Index | Old Index