summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-14 16:31:32 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-14 16:33:24 (EDT)
commit3d31badc49718eda77017088648668ea2aae5e36 (patch)
tree2481523c8296b6674e1b27496d5f94f112967817 /build
parente7127277ef4b278e0ac0198adad43d6c37433a00 (diff)
build: Allow local macro overrides.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index 5abd464..b3ddb82 100755
--- a/build
+++ b/build
@@ -53,9 +53,14 @@ bootstrap1_opts = \
--disable-libmudflap \
--disable-libssp
+include ../local.mk
+
nop:
@:
+../local.mk:
+ >../local.mk
+
$(configure_targets):
if [ 'x$(OPK_HOST_PLAT)' = 'xbootstrap1' ]; then \
oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \