summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-07 00:04:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-07 00:04:23 +0000
commitd8ba266f4f37cccfc82eb709f92779d669c1cf61 (patch)
tree2bc4ddc5601bffabde19ca463488444e4f08649b /tools/configure
parent4ddb32008a6a16178cdc9b3d3e207014b8380dda (diff)
downloadrockbox-d8ba266f4f37cccfc82eb709f92779d669c1cf61.tar.gz
rockbox-d8ba266f4f37cccfc82eb709f92779d669c1cf61.zip
set and export BUILDDIR, since several Makefiles changes OBJDIR the BUILDDIR
is now a better variable to use to identify the actual (root) build dir. For autoconf.h inclusion etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6410 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 82724177c7..aecdda4b14 100755
--- a/tools/configure
+++ b/tools/configure
@@ -641,6 +641,7 @@ export ARCHOSROM=@ARCHOSROM@
export FLASHFILE=@FLASHFILE@
export TARGET=@TARGET@
export OBJDIR=@PWD@
+export BUILDDIR=\$(OBJDIR)
export LANGUAGE=@LANGUAGE@
export MEMORYSIZE=@MEMORY@
export VERSION=\$(shell date +%y%m%d-%H%M)