Module Name: src
Committed By: joerg
Date: Sat Dec 18 04:23:27 UTC 2010
Modified Files:
src/external/gpl2/xcvs/bin/xcvs: Makefile
Log Message:
Build xcvs without -g.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/xcvs/bin/xcvs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/bin/xcvs/Makefile
diff -u src/external/gpl2/xcvs/bin/xcvs/Makefile:1.1 src/external/gpl2/xcvs/bin/xcvs/Makefile:1.2
--- src/external/gpl2/xcvs/bin/xcvs/Makefile:1.1 Wed Apr 8 16:27:51 2009
+++ src/external/gpl2/xcvs/bin/xcvs/Makefile Sat Dec 18 04:23:26 2010
@@ -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.