From 7d53fb50f79e7335f3655fb0016d008a0eeddef7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 4 Apr 2006 14:38:05 +0000 Subject: r14905: Prevent partly generated files when building using heavy parallel make. (This used to be commit 5446ccc20d7468911bd0b4cd0aedf0a67bba20d1) --- source4/librpc/tables.pl | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'source4/librpc/tables.pl') diff --git a/source4/librpc/tables.pl b/source4/librpc/tables.pl index 3dbb58853d..9ad0675cb2 100644 --- a/source4/librpc/tables.pl +++ b/source4/librpc/tables.pl @@ -25,8 +25,6 @@ sub ShowHelp() Usage: tables.pl [options] - Options: - --output OUTNAME put output in OUTNAME.* \n"; exit(0); } @@ -61,16 +59,13 @@ sub process_file($) } if ($found) { - print TABLEC "#include \"$filename\"\n"; + print "#include \"$filename\"\n"; } close(FILE); } -print "Creating $opt_output\n"; -open(TABLEC, ">$opt_output") || die "failed to open $opt_output\n"; - -print TABLEC <