pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Oops, there had been an RCS tag that should not hav...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66f0caa7be1f
branches: trunk
changeset: 516405:66f0caa7be1f
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jul 20 17:14:26 2006 +0000
description:
Oops, there had been an RCS tag that should not have been expanded.
diffstat:
mk/bsd.pkg.debug.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 24895723b3a9 -r 66f0caa7be1f mk/bsd.pkg.debug.mk
--- a/mk/bsd.pkg.debug.mk Thu Jul 20 17:10:45 2006 +0000
+++ b/mk/bsd.pkg.debug.mk Thu Jul 20 17:14:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.debug.mk,v 1.1 2006/07/20 17:10:45 rillig Exp $
+# $NetBSD: bsd.pkg.debug.mk,v 1.2 2006/07/20 17:14:26 rillig Exp $
#
# This file provides the `debug' target, which outputs the values of
@@ -31,7 +31,7 @@
_show-dbginfo-file-versions:
@${PRINTF} "File versions:\\n"
${_PKG_SILENT}${_PKG_DEBUG} set -e; \
- sedexpr='s,.*\(\$$NetBSD: bsd.pkg.debug.mk,v 1.1 2006/07/20 17:10:45 rillig Exp $$]*\$$\).*,\1,p'; \
+ sedexpr='s,.*\([$$]NetBSD:[^$$]*\$$\).*,\1,p'; \
${FIND} * -type f -print \
| while read fname; do \
ident=`${SED} -n "$${sedexpr}" "$${fname}"` || continue; \
Home |
Main Index |
Thread Index |
Old Index