[Libreoffice-commits] core.git: bin/module-deps.pl

Peter Foley pefoley2 at verizon.net
Sun Apr 14 07:21:56 PDT 2013


 bin/module-deps.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd809a1e4397af66f2e418532c368a7ec7a8c1b1
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Sun Apr 14 10:24:46 2013 -0400

    fix weird Circular Dep messages
    
    Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299

diff --git a/bin/module-deps.pl b/bin/module-deps.pl
index 2742600..acf072a 100755
--- a/bin/module-deps.pl
+++ b/bin/module-deps.pl
@@ -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 ";


More information about the Libreoffice-commits mailing list