1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2005-05-07 00:04:23 +00:00
parent 4ddb32008a
commit d8ba266f4f

1
tools/configure vendored
View file

@ -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)