> Date: Sat, 14 Nov 2009 19:35:03 -0500
> From: Aleksey Yakovlev <[email protected]>
> 
> When I call make with "clean" target, it does everything right but outputs
> many messages like:
> 
> make[1]: [neat] Error 1 (ignored)
> 
> What does this message mean?

It means that the command(s) called by that target exited with an
error status (value 1).  This would usually stop Make, but in this
case Make ignored that because the Makefile told it to ignore errors
in those commands.


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to