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:
parent
4ddb32008a
commit
d8ba266f4f
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue