From 9fa9950784a0399b03473281de0109214552dbdf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 19 Oct 2006 22:14:58 +0000 Subject: build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) --- include/bb_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/bb_config.h') 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(...) -- cgit v1.2.3