pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Include the file bsd.pkg.debug.mk if requested by i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b940aecfbd5
branches: trunk
changeset: 516406:2b940aecfbd5
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jul 20 17:16:43 2006 +0000
description:
Include the file bsd.pkg.debug.mk if requested by invoking the "debug"
target.
diffstat:
mk/bsd.pkg.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 66f0caa7be1f -r 2b940aecfbd5 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Thu Jul 20 17:14:26 2006 +0000
+++ b/mk/bsd.pkg.mk Thu Jul 20 17:16:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1872 2006/07/17 13:35:11 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1873 2006/07/20 17:16:43 rillig Exp $
#
# This file is in the public domain.
#
@@ -1016,3 +1016,6 @@
${ECHO} ${_CTYPE1}${_CTYPE2}${_CTYPE3} >> ${PKGSRC_CHANGES:Q}
.include "${PKGSRCDIR}/mk/internal/build-defs-message.mk"
+.if make(debug)
+.include "${PKGSRCDIR}/mk/bsd.pkg.debug.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index