help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A message "make[1]: [neat] Error 1 (ignored)" ?


From: Eli Zaretskii
Subject: Re: A message "make[1]: [neat] Error 1 (ignored)" ?
Date: Sun, 15 Nov 2009 06:12:32 +0200

> Date: Sat, 14 Nov 2009 19:35:03 -0500
> From: Aleksey Yakovlev <address@hidden>
> 
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]