Kaydet (Commit) 56c47100 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Don't mention that we are updating autogen.lastrun.

üst 4db32f1d
......@@ -97,7 +97,7 @@ if (defined $ENV{NOCONFIGURE}) {
print "Skipping configure process.";
} else {
if ($#cmdline_args > 0) {
print "writing args to autogen.lastrun\n";
# print "writing args to autogen.lastrun\n";
my $fh;
open ($fh, ">autogen.lastrun") || die "can't open autogen.lastrun: $!";
for my $arg (@cmdline_args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment