Re: Time to chop exports.c in half?

2007-10-02 Thread Joe Orton
On Mon, Oct 01, 2007 at 02:22:11AM -0500, William Rowe wrote: server/Makefile.in; export_files: tmp=export_files_unsorted.txt; \ rm -f $$tmp touch $$tmp; \ for dir in $(EXPORT_DIRS); do \ ls $$dir/*.h $$tmp; \ done; \ for dir in

Re: Time to chop exports.c in half?

2007-10-02 Thread William A. Rowe, Jr.
Joe Orton wrote: On Mon, Oct 01, 2007 at 02:22:11AM -0500, William Rowe wrote: server/Makefile.in; export_files: tmp=export_files_unsorted.txt; \ rm -f $$tmp touch $$tmp; \ for dir in $(EXPORT_DIRS); do \ ls $$dir/*.h $$tmp; \ done; \

Time to chop exports.c in half?

2007-10-01 Thread William A. Rowe, Jr.
server/Makefile.in; export_files: tmp=export_files_unsorted.txt; \ rm -f $$tmp touch $$tmp; \ for dir in $(EXPORT_DIRS); do \ ls $$dir/*.h $$tmp; \ done; \ for dir in $(EXPORT_DIRS_APR); do \ (ls $$dir/ap[ru].h $$dir/ap[ru]_*.h