From: Karel Zak Date: Tue, 27 May 2014 13:37:26 +0000 (+0200) Subject: docs: update howto regards to build-system changes X-Git-Tag: v2.25-rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e2ed25f65abe90bd0981f9024c4354ca943a37;p=thirdparty%2Futil-linux.git docs: update howto regards to build-system changes Signed-off-by: Karel Zak --- diff --git a/Documentation/howto-build-sys.txt b/Documentation/howto-build-sys.txt index cd59e18406..46d2793a12 100644 --- a/Documentation/howto-build-sys.txt +++ b/Documentation/howto-build-sys.txt @@ -60,6 +60,13 @@ util-linux build system "no" - the util/feature is unwanted + The default status is always defined by UL_DEFAULT_ENABLE() and it might be + globally modified by $ul_default_estate (see AC_ARG_ENABLE([all-programs])). + + - it's possible to disable all programs, but enable just one (or more) + explicitly specified, for example: + + ./configure --disable-all-programs --enable-hwclock - some basic scenarios for the ./configure script are defined in the tools/config-gen.d/ directory. If you want to use these predefined scenarios