From c401cd334b14b7c76e4b258c59f4cd39b91b3059 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 19 Oct 2006 22:14:58 +0000 Subject: build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) git-svn-id: svn://busybox.net/trunk/busybox@16409 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/bb_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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-55-g6feb