summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-23 06:52:35 +0000
committerrillig <rillig@pkgsrc.org>2005-05-23 06:52:35 +0000
commit7b3ceac6de8eec7160fcc764330188350a595997 (patch)
tree9f5b37a99d953dd5514598ecca7f653a97a95ca2 /pkgtools
parent8fe93db1575b9c4a4f9f59d3905d2d5ae0cf5118 (diff)
downloadpkgsrc-7b3ceac6de8eec7160fcc764330188350a595997.tar.gz
When opt_dumpmakefile is activated, only print the contents of the Makefile
once, with line numbers.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index a84db776a04..4e4ae379b8c 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -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 @@ sub checkfile_Makefile($) {
}
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());
}