NetBSD/regress/usr.bin/make
martin dfd0099ebb Explain why this fails when run from nbmake-$ARCH.
From Simon J. Gerraty.
2006-03-21 08:31:13 +00:00
..
Makefile
README

README

This test fails if you use the build.sh generated make wrapper, i.e.
${TOOLDIR}/bin/nbmake-${ARCH}. This wrapper passes -de to make, which alters
the output, so it does not match the expected output any more.

Using ${TOOLDIR}/bin/bnmake itself works, though.