summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.debug.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-27 12:49:14 +0000
committerrillig <rillig@pkgsrc.org>2007-09-27 12:49:14 +0000
commit67d6bc285f320d1f708056e36aa301fb398a430c (patch)
tree11426cafe0616551a52877e3fca6f6cd3448eb63 /mk/bsd.pkg.debug.mk
parent84579a323932be1c1c38dc059c95a3013e4d038e (diff)
downloadpkgsrc-67d6bc285f320d1f708056e36aa301fb398a430c.tar.gz
One ident string per file is enough.
Committed although we are in a freeze, since it doesn't affect building the packages.
Diffstat (limited to 'mk/bsd.pkg.debug.mk')
-rw-r--r--mk/bsd.pkg.debug.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.debug.mk b/mk/bsd.pkg.debug.mk
index e183531ade1..c34813799e7 100644
--- a/mk/bsd.pkg.debug.mk
+++ b/mk/bsd.pkg.debug.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.debug.mk,v 1.19 2007/06/19 13:11:01 dmcmahill Exp $
+# $NetBSD: bsd.pkg.debug.mk,v 1.20 2007/09/27 12:49:14 rillig Exp $
#
# Public targets:
#
@@ -49,7 +49,7 @@ _show-dbginfo-file-versions:
ident=`${SED} -n \
-e 's,^.*\\([$$]NetBSD:[^$$]*\\$$\\).*,\\1,p' \
-e 's,^.*\\([$$]Id:[^$$]*\\$$\\).*,\\1,p' \
- "$${fname}"` || continue; \
+ "$${fname}" | ${SED} 1q` || continue; \
case $${ident} in \
*?*) ${PRINTF} "\\t%s: %s\\n" "$${fname}" "$${ident}";; \
esac; \