Hi > Isn't there a simple way to prevent make from aborting when a command > produces an error, like writing > > command || true
in a Makefile you can use -command see http://www.gnu.org/software/make/manual/make.html#Errors Arun
Hi > Isn't there a simple way to prevent make from aborting when a command > produces an error, like writing > > command || true
in a Makefile you can use -command see http://www.gnu.org/software/make/manual/make.html#Errors Arun