summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-01-14 10:02:29 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-14 10:04:21 +0100
commit1300cb55621d1565a1b09e907963d77f272eacb4 (patch)
tree8ea6e1b3331f976096abafb19cec88ee83e27294 /Makefile
parent0bc0da0bb41dc3ae77913e6321bb0326f039a413 (diff)
downloadbuildroot-novena-1300cb55621d1565a1b09e907963d77f272eacb4.tar.gz
buildroot-novena-1300cb55621d1565a1b09e907963d77f272eacb4.zip
Makefile: don't export O to the environment
Several projects use the kernel style O=<dir> syntax to build out of tree, and atleast uClibc doesn't check that it was explictly passed on the command line, so setting it in the environment breaks the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16b5ef41b..f40863247 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ export TARGET_DIR
export STAGING_DIR
export HOST_DIR
export BINARIES_DIR
-export BASE_DIR O # O and BASE_DIR are the same
+export BASE_DIR
#############################################################
#