[Buildroot] [PATCH 3/4] Makefile: export BUILD_DIR

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 13 23:11:27 UTC 2013


From: "Yann E. MORIN" <yann.morin.1998 at free.fr>

$(BUILD_DIR) is a nice place to put files generated during the build.
With the advent of user-supplied step-hooks, they may want to store
some information on the build.

Export BUILD_DIR to that effect.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f266e2d..9528703 100644
--- a/Makefile
+++ b/Makefile
@@ -291,6 +291,7 @@ export STAGING_DIR
 export HOST_DIR
 export BINARIES_DIR
 export BASE_DIR
+export BUILD_DIR
 
 ################################################################################
 #
-- 
1.8.1.2



More information about the buildroot mailing list