Ralf Wildenhues wrote: > With this patch in place, the package generated by > gnulib-tool --with-tests --test > > passes 'make distcheck' on GNU/Linux, yay! :-)
Yeah! But what about NetBSD (the most buggy Unix currently in use)? ;-) > * modules/fbufmode-tests (CLEANFILES): Remove temp file. > * modules/freadable-tests: (CLEANFILES): Likewise. > * modules/fwritable-tests: (CLEANFILES): Likewise. Since these temporary files are not particularly precious, MOSTLYCLEANFILES is a better place to list them than CLEANFILES. (For the difference between 'mostlyclean' and 'clean', see the GNU Coding Standards.) Bruno