pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/help This file doesn't need the multiple-inclusion ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc5b3956cfc9
branches: trunk
changeset: 532162:dc5b3956cfc9
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Aug 13 05:58:44 2007 +0000
description:
This file doesn't need the multiple-inclusion guards.
diffstat:
mk/help/help.mk | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 381a718817dc -r dc5b3956cfc9 mk/help/help.mk
--- a/mk/help/help.mk Mon Aug 13 05:38:02 2007 +0000
+++ b/mk/help/help.mk Mon Aug 13 05:58:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.9 2007/05/24 05:33:49 rillig Exp $
+# $NetBSD: help.mk,v 1.10 2007/08/13 05:58:44 rillig Exp $
#
# This is the integrated pkgsrc online help system. To query for the
@@ -6,9 +6,6 @@
# certain pkgsrc Makefile fragments that have inline comments are eligible
# for querying.
-.if !defined(_PKGSRC_HELP_MK)
-_PKGSRC_HELP_MK= # defined
-
_HELP_FILES= Makefile
_HELP_FILES+= mk/*.mk mk/*/*.mk mk/*/*/*.mk
_HELP_FILES+= mk/defaults/mk.conf
@@ -40,5 +37,3 @@
${RUN} cd ${PKGSRCDIR}; \
env TOPIC=${TOPIC:Q} ${AWK} -f ${PKGSRCDIR}/mk/help/help.awk ${_HELP_FILES}
.endif
-
-.endif
Home |
Main Index |
Thread Index |
Old Index