[ooo-build-commit] bin/setup.in
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Dec 24 13:04:53 PST 2009
bin/setup.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b83e875495220e88564b073518a3126ae1ee4467
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