Hejsan,

so motivated by build failures and failing to "clean" vcl, I changed the suggestion to remove the unxvlngi6.pro folder for gbuildified modules - which doesn't do anything - and suggest "make clean" instead.

ciao,
    Christian
>From 74ccd83585227948b839740d5d2a34f0a5388371 Mon Sep 17 00:00:00 2001
From: Christian Dywan <christian.dy...@lanedo.com>
Date: Fri, 19 Aug 2011 10:21:12 +0200
Subject: [PATCH] Make clean instead of unxvlngi6.pro for gbuild modules

---
 solenv/bin/build.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 13e3ea7..7d5b4d8 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1507,17 +1507,18 @@ sub cancel_build {
     }
     print STDERR "-----------------------------------------------------------------------\n";
     print STDERR "\n";
-    print STDERR "rm -Rf " . $ENV{'SRC_ROOT'} . "/$module/" . $ENV{'INPATH'} . " # optional module 'clean'\n";
     print STDERR "" . $ENV{'OOO_SHELL'} . "\n";
     print STDERR "cd " . $ENV{'SRC_ROOT'} . "\n";
     print STDERR "source ./" . $ENV{'ENV_SCRIPT'} . "\n";
     print STDERR "cd $module\n";
     if (is_gnumake_module($module))
     {
+        print STDERR "$ENV{GNUMAKE} clean # optional\n";
         print STDERR "$ENV{GNUMAKE} -r\n"
     }
     else
     {
+        print STDERR "rm -Rf " . $ENV{'SRC_ROOT'} . "/$module/" . $ENV{'INPATH'} . " # optional module 'clean'\n";
         print STDERR "build\n";
     }
     print STDERR "\n";
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to