diff options
author | Mark Ferrell <major@homeonderanged.org> | 2014-06-26 14:26:07 -0700 |
---|---|---|
committer | Mark Ferrell <major@homeonderanged.org> | 2014-06-26 14:26:07 -0700 |
commit | 79802fcf4afc848b16b6674633690aef152934bf (patch) | |
tree | 4d50ce79f77e7601094296c56cf5df6e3a7e66e3 | |
parent | 2a7453ec9d0eef6de5bdf8b2aa30351263e88738 (diff) |
Automatically include our ARCH configs
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |