Kaydet (Commit) cd809a1e authored tarafından Peter Foley's avatar Peter Foley

fix weird Circular Dep messages

Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299
üst 1c0e3ea7
......@@ -33,7 +33,7 @@ sub read_deps()
if (defined $from_file) {
open ($p, $from_file) || die "can't read deps from cache file: $!";
} else {
open ($p, "ENABLE_PRINT_DEPS=1 $gnumake -q -f $makefile_build all|") || die "can't launch make: $!";
open ($p, "ENABLE_PRINT_DEPS=1 $gnumake -qrf $makefile_build|") || die "can't launch make: $!";
}
$|=1;
print STDERR "reading deps ";
......
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