pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/cparser Add a reminder to install with debugging ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9476ef5f91b
branches:  trunk
changeset: 550757:a9476ef5f91b
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Nov 28 01:20:06 2008 +0000

description:
Add a reminder to install with debugging symbols if building
with e.g. -g (in the future)

diffstat:

 lang/cparser/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0174b065e453 -r a9476ef5f91b lang/cparser/Makefile
--- a/lang/cparser/Makefile     Fri Nov 28 01:18:33 2008 +0000
+++ b/lang/cparser/Makefile     Fri Nov 28 01:20:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/28 01:17:47 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2008/11/28 01:20:06 bjs Exp $
 #
 
 DISTNAME=      cparser-0.9.5
@@ -21,7 +21,7 @@
 AUTO_MKDIRS=   yes
 COPTS?=                -O2
 
-#DBG?=         -g3     # XXX debugging option?
+#DBG?=         -g3     # XXX debugging option (install without strip)
 
 MAKE_ENV+=     LIBTOOL_CFLAGS=-prefer-pic
 MAKE_ENV+=     COPTS=${COPTS:Q}



Home | Main Index | Thread Index | Old Index