summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 06:52:35 +0000
committerrillig <rillig>2005-05-23 06:52:35 +0000
commit660a20ad93f4818ec53d624e1c11f48900674924 (patch)
tree9f5b37a99d953dd5514598ecca7f653a97a95ca2 /pkgtools
parentd851e0ee6767a8bacef8cb310fdaafaa49104fd4 (diff)
downloadpkgsrc-660a20ad93f4818ec53d624e1c11f48900674924.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());
}