pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files When opt_dumpmakefile is activa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e195f0fe4de9
branches: trunk
changeset: 494317:e195f0fe4de9
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon May 23 06:52:35 2005 +0000
description:
When opt_dumpmakefile is activated, only print the contents of the Makefile
once, with line numbers.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 4872886e19da -r e195f0fe4de9 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon May 23 06:50:56 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon May 23 06:52:35 2005 +0000
@@ -11,7 +11,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.170 2005/05/23 06:47:11 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.171 2005/05/23 06:52:35 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -1242,8 +1242,6 @@
}
if ($opt_dumpmakefile) {
print("OK: whole Makefile (with all included files) follows:\n");
- print($rawwhole);
- print("OK: whole Makefile (new parser) follows:\n");
foreach my $line (@{$lines}) {
printf("%s\n", $line->to_string());
}
Home |
Main Index |
Thread Index |
Old Index