Re: coreutils merge into gnulib

2006-07-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 7/3/2006 11:49 AM: > Mark D. Baushke gnu.org> writes: > >> The modules/dirname seems to now depend on xstrndup > > Yes. My original proposal for the change to dirname (was it last November?) > added this dependency; core

Re: coreutils merge into gnulib

2006-07-03 Thread Eric Blake
Mark D. Baushke gnu.org> writes: > > The modules/dirname seems to now depend on xstrndup Yes. My original proposal for the change to dirname (was it last November?) added this dependency; coreutils was already using xstrndup so Paul missed it. By the way, note that ALL programs that use base

Re: coreutils merge into gnulib

2006-07-03 Thread Mark D. Baushke
The modules/dirname seems to now depend on xstrndup if gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -Ino/include -g -O2 \ -MT basename.o -MD -MP -MF ".deps/basename.Tpo" -c -o basename.o basename.c; \ then mv -f ".deps/basename.Tpo" ".deps/basename.Po"; else rm -f ".deps/basename\ .Tpo"

Re: coreutils merge into gnulib

2006-07-03 Thread Mark D. Baushke
I suspect the following patch was missed... Otherwise same-inode.h may not get into the distribution tarballs of cycle-check users. -- Mark Index: modules/cycle-check === RCS file: /sources/gnulib/gnulib/modules/cycle-check,