[ooo-build-commit] Branch 'ooo-build-3-2' - bin/setup.in

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Dec 24 14:39:26 PST 2009


 bin/setup.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3616814241a6c065922976cf6b29f709abf5e813
Author: Roman Shtylman <shtylman at gmail.com>
Date:   Thu Dec 24 16:02:34 2009 -0500

    Export GITTAG environment variable like it should.
    
    Signed off by Kohei Yoshida.
    
    * bin/setup.in: not exporting GITTAG env variable here caused
      --with-git build to fail for the very first checkout.

diff --git a/bin/setup.in b/bin/setup.in
index 9f7e26b..fc82382 100755
--- a/bin/setup.in
+++ b/bin/setup.in
@@ -305,7 +305,7 @@ SYSTEM_MDBTOOLS=@SYSTEM_MDBTOOLS@
 
 export LD_LIBRARY_PATH PATH CVSTAG APPLY_DIR
 export CCACHE_DIR CCACHE_NOLINK CCACHE_UNIFY
-export SRCDIR BUILDDIR OOBUILDDIR
+export SRCDIR BUILDDIR OOBUILDDIR GITTAG
 export BUILD_FLAGS VERSION TOOLSDIR VENDORNAME
 export PREFIX PREFIXBASE SYSCONFDIR SYSCONFBASE
 export MANDIR MANDIRBASE DOCDIR DOCDIRBASE


More information about the ooo-build-commit mailing list