On 2/2/08, James Youngman <[EMAIL PROTECTED]> wrote: > On Feb 2, 2008 3:33 PM, NightStrike <[EMAIL PROTECTED]> wrote: > > Is it possible to only build select pieces of coreutils? For > > instance, say I only wanted 'ls' and nothing more. What option do I > > pass to configure to accomplish this? > > You can choose to _install_ only some programs; see the output of > "configure --help". > > James >
That would work, but that requires configure to complete for the entire set of utils. I was hoping for something like "--disable-all --enable-ls" or some such thing passed to configure to only run the configure tests for the pieces of coreutils that I want to build. That way, the configure tests that fail won't affect me. To be even more precise, I want to see how many of the core utils I can get to natively compile for x86_64-pc-mingw32 using the new compiler I just built. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
