So currently in libmesh you see this:

$ make clean
Makefile:66: .depend: No such file or directory
Makefile:96: .depend: No such file or directory
Makefile:69: .depend: No such file or directory
Makefile:65: .depend: No such file or directory
...

which is ridiculous.  The warnings go away if we change 'include .depend'
to '-include .depend'.

This also suppresses errors if .depend cannot be remade for some reason*
but I'd argue that case is probably rare.

Any thoughts?  I hope we haven't already discussed this and I simply forgot
about it...

* http://www.gnu.org/software/make/manual/make.html#Include

-- 
John
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to