diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:14:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:14:58 +0000 |
commit | 9fa9950784a0399b03473281de0109214552dbdf (patch) | |
tree | 51abcccf0c91efea2a07b70ffe6a9aecd86b21a2 /include | |
parent | b560577cb27a4a15a5e1a77d3ac720d2151d3d60 (diff) |
build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bb_config.h b/include/bb_config.h index 1f96026fd..152eb13e6 100644 --- a/include/bb_config.h +++ b/include/bb_config.h @@ -2,6 +2,9 @@ * which depend on other symbols, which themself are off. * Provide them here by hand. Need a better idea. */ +/* This is especially bad because it forces rebuild of + * everything whenever any of these options change */ + #ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS #define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 #define USE_FEATURE_GUNZIP_UNCOMPRESS(...) |