[Libreoffice-commits] .: solenv/bin
Christian Dywan
cdywan at kemper.freedesktop.org
Fri Aug 19 06:55:21 PDT 2011
solenv/bin/build.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 1c923dc1dfbdb85ec8ae0f8fe260722fdd455d26
Author: Christian Dywan <christian.dywan at lanedo.com>
Date: Fri Aug 19 10:21:12 2011 +0200
Make clean instead of unxvlngi6.pro for gbuild modules
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";
More information about the Libreoffice-commits
mailing list