Re: one dependency too much

2009-12-30 Thread Bruno Haible
Eric Blake wrote: > According to Bruno Haible on 12/26/2009 11:59 AM: > > * The dependency of dup2-tests on 'cloexec' could be removed if the > > relevant (small) part of the test would be enclosed in > > #ifdef GNULIB_CLOEXEC > > so that it is skipped if the cloexec module is not present.

Re: one dependency too much

2009-12-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 12/26/2009 11:59 AM: > * The dependency of dup2-tests on 'cloexec' could be removed if the > relevant (small) part of the test would be enclosed in > #ifdef GNULIB_CLOEXEC > so that it is skipped if the cloexec mod