Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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.dywan@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.