diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:07:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:07:22 +0200 |
commit | 5593c0670be55a83cca297038baa736528a4dcc6 (patch) | |
tree | 1ebb35f2dc52f953c14fdc719e89814b7506ce63 /mk | |
parent | 98409fcf5f0c9b9ae8eebf1dd425ff3e5195a990 (diff) |
disable locales for bulk build
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 4774106ee..32e125df9 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -12,6 +12,7 @@ CONFIG_CONFIG_IN = Config.in CONFIG = config DEFCONFIG= ADK_DEBUG=n \ ADK_STATIC=n \ + ADK_LOCALES=n \ ADK_MAKE_PARALLEL=y \ ADK_MAKE_JOBS=4 \ ADK_USE_CCACHE=n \ |