From d8ba266f4f37cccfc82eb709f92779d669c1cf61 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 May 2005 00:04:23 +0000 Subject: 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 --- tools/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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) -- cgit v1.2.3