[Libreoffice-commits] .: 4 commits - bootstrap.1 Module_tail_build.mk tail_build/prj
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Aug 11 00:43:49 PDT 2011
Module_tail_build.mk | 3 +++
bootstrap.1 | 12 ++++++------
tail_build/prj/build.lst | 2 +-
3 files changed, 10 insertions(+), 7 deletions(-)
New commits:
commit 29ad3b920e7549befdaaddbb61419010148b6314
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Aug 11 02:43:35 2011 -0500
bring the module uui in the tail_build fold
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 4491ac4..3f0feef 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
starmath \
sw \
unoxml \
+ uui \
wizards \
writerfilter \
))
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst
index ae18c35..bb40549 100644
--- a/tail_build/prj/build.lst
+++ b/tail_build/prj/build.lst
@@ -1,2 +1,2 @@
-tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure uui vbahelper vcl writerperfect xmlscript NULL
+tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure vbahelper vcl writerperfect xmlscript NULL
tb tail_build\prj nmake - all tb_prj NULL
commit 9115de58b8765e354e725421cf77d111def8291d
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Aug 11 00:35:15 2011 -0500
silence bootstrap 'error' on unalias of undefined alias
diff --git a/bootstrap.1 b/bootstrap.1
index 19a9d1e..f49bf86 100755
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -8,13 +8,13 @@ if test -z "${SOLARENV}"; then
fi
# remove aliases set by Env.Host.sh
-unalias mkout
-unalias deliver
-unalias build
-unalias zipdep
+unalias mkout 2> /dev/null
+unalias deliver 2> /dev/null
+unalias build 2> /dev/null
+unalias zipdep 2> /dev/null
# executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x
-# Use spawn instead of fork when building dmake on cygwin.
+# Use spawn instead of fork when building dmake on cygwin.
if test "$GUI_FOR_BUILD" = "WNT"; then
EXEEXT=".exe"
DMAKE_CONF="--enable-spawn"
@@ -67,7 +67,7 @@ if test "$BUILD_DMAKE" != "NO"; then
echo "dmake copied to $SOLARENV/$OUTPATH_FOR_BUILD/bin/dmake$EXEEXT"
fi
-#make sure build.pl is executable
+#make sure build.pl is executable
chmod +x "$SRC_ROOT/solenv/bin/build.pl"
chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
commit 69a454249c84743d98d51098e21d85438efc7d25
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Wed Aug 10 22:09:22 2011 -0500
bring the module 'animations' into the tail_build fold
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 2213c54..4491ac4 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -25,6 +25,7 @@
$(eval $(call gb_Module_Module,tail_end))
$(eval $(call gb_Module_add_moduledirs,tail_end,\
+ animations \
chart2 \
cui \
dbaccess \
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst
index a29e4d9..ae18c35 100644
--- a/tail_build/prj/build.lst
+++ b/tail_build/prj/build.lst
@@ -1,2 +1,2 @@
-tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations animations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure uui vbahelper vcl writerperfect xmlscript NULL
+tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure uui vbahelper vcl writerperfect xmlscript NULL
tb tail_build\prj nmake - all tb_prj NULL
commit 37f8c9bee43b27be2f3cb4f517bb7925c890df02
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Wed Aug 10 22:00:36 2011 -0500
bring the 'forms' module into the tail_build fold
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index 411e85e..2213c54 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
cui \
dbaccess \
fileaccess \
+ forms \
formula \
hwpfilter \
lotuswordpro \
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst
index a53ec58..a29e4d9 100644
--- a/tail_build/prj/build.lst
+++ b/tail_build/prj/build.lst
@@ -1,2 +1,2 @@
-tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations animations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter forms offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure uui vbahelper vcl writerperfect xmlscript NULL
+tb tail_build : BOOST:boost LIBXML2:libxml2 LIBXSLT:libxslt MDDS:mdds MESA:Mesa REDLAND:redland TRANSLATIONS:translations animations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper filter offapi oovbaapi oox package qadevOOo DESKTOP:rdbmaker sal sax sfx2 soltools sot stoc svtools svx test toolkit tools ucbhelper unotools ure uui vbahelper vcl writerperfect xmlscript NULL
tb tail_build\prj nmake - all tb_prj NULL
More information about the Libreoffice-commits
mailing list