Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 1.3.1
-
None
-
jom 0.8.9
Description
To reproduce, create this Makefile:
first: -nonexistent_command @echo Failing command was properly ignored
Try mingw32-make, nmake, gmake or make and observe that "Failing command was properly ignored" is echoed, and the command has an errorlevel of 0.
Try jom and observe that it incorrectly aborts when nonexistent_command fails.