aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Ferrell <major@homeonderanged.org>2014-06-26 14:26:07 -0700
committerMark Ferrell <major@homeonderanged.org>2014-06-26 14:26:07 -0700
commit79802fcf4afc848b16b6674633690aef152934bf (patch)
tree4d50ce79f77e7601094296c56cf5df6e3a7e66e3
parent2a7453ec9d0eef6de5bdf8b2aa30351263e88738 (diff)
Automatically include our ARCH configs
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 8a26e10..0a38aba 100755
--- a/build
+++ b/build
@@ -316,6 +316,7 @@ export BUILDER_PATH PATH
# include our default config
test -f "${BUILDER_CFGDIR}/config" && include config
+test -f "${BUILDER_CFGDIR}/${ARCH}" && include "${ARCH}"
# Default build target
# FIXME this should default to all/all