ooo-build r13547 - in trunk: . bin



Author: pmladek
Date: Wed Aug 13 18:43:31 2008
New Revision: 13547
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13547&view=rev

Log:
2008-08-13  Petr Mladek  <pmladek suse cz>

	* bin/applyflags: was not committed



Added:
   trunk/bin/applyflags   (contents, props changed)
Modified:
   trunk/ChangeLog

Added: trunk/bin/applyflags
==============================================================================
--- (empty file)
+++ trunk/bin/applyflags	Wed Aug 13 18:43:31 2008
@@ -0,0 +1,36 @@
+#!/bin/sh
+
+#
+# See setup for user tweakables.
+#
+. $1/setup >/dev/null 2>&1
+
+echo -n "--distro=$DISTRO"
+
+if test -d $OOBUILDDIR/binfilter ; then
+	echo -n " --distro=Binfilter"
+fi
+
+if test -d $OOBUILDDIR/zlib; then
+	echo -n " --distro=System"
+fi
+
+if test -d $OOBUILDDIR/sdk_oo ; then
+	echo -n " --distro=Sdk"
+fi
+
+if grep localize.sdf $OOBUILDDIR/sw/source/ui/app/localize.sdf > /dev/null 2>&1 ; then
+	echo -n " --distro=Localize"
+fi
+
+if test -d $OOBUILDDIR/swext ; then
+	echo -n " --distro=swext"
+fi
+
+if test -n "$OOO_ADDITIONAL_SECTIONS" ; then
+	echo -n " --additional-sections=$OOO_ADDITIONAL_SECTIONS"
+fi
+
+if test "z$PIECE" != "z"; then
+	echo -n " --pieces --distro=Piece"
+fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]