Explain why this fails when run from nbmake-$ARCH.

From Simon J. Gerraty.
This commit is contained in:
martin 2006-03-21 08:31:13 +00:00
parent bc3e11746b
commit dfd0099ebb

View File

@ -0,0 +1,5 @@
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.