* build system changes
@ 2011-11-07 10:34 Karel Zak
0 siblings, 0 replies; only message in thread
From: Karel Zak @ 2011-11-07 10:34 UTC (permalink / raw)
To: util-linux
Hi,
I just pushed build-system changes:
- clean up AC macro names and move all macros to m4/ul.m4
- add macros (UL_REQUIRES_*) to maintain dependencies between components (e.g.
mountpoint(1) requires libmount)
and some developers oriented changes:
- add a new script tools/config-gen to call ./configure script with
predefined set of options (defined in tools/config-gen.d/), for example:
./tools/config-gen all
will enable all possible utils
./tools/config-gen devel non-nls selinux
will enable all possible utils, devel options, selinux support and
disable NLS.
Note, it's NOT expected that end-users or downstream will use the
config-gen script. This script is for developers only.
- add build-system regression test (based on tools/config-gen), note
that the test is not enabled by default, you have to use:
./tests/run.sh build-sys --force
See Documentation/howto-build-sys.txt for more details.
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-07 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 10:34 build system changes Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).