On Sat, Jul 7, 2012 at 23:05 UTC, Stefano Lattarini wrote: > * t/built-sources.sh (Makefile.am): In a recipe, use 'printf', not 'echo', > to print a string containing a "\n" sequence, because that is interpreted > like a newline by the echo built-in og NetBSD 5.1 /bin/ksh.
s/og/of/ > * t/maken.sh: Don't expect the timestamp of the current directory to be > unchanged after "make -n" is run in it; this doesn't hold on NetBSD 5.1. > Instead, make the current directory unwritable before running "make -n", > to ensure that doesn't try to write anything in it. to ensure attempts to modify the directory fail. The rest looks good. Cheers, Dave Hart
