help-make
[Top][All Lists]
Advanced

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

how to suppress the included makefile not found warning?


From: David Wuertele
Subject: how to suppress the included makefile not found warning?
Date: Wed, 11 Feb 2004 10:57:24 -0800
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux)

My makefile generates a dependency makefile automatically.  When it
discovers the need to do this, it prints something like this:

  my.mk:65: targetdeps.mk: No such file or directory

This is not an error condition, and I don't really want to know about
it.  It confuses emacs because emacs's compilation-mode considers the
above an error.  When I do a next-error, it jumps to that place in my
makefile.

I want to stop make from printing out this warning, but I don't want
to stop make from automatically generating the targetdeps.mk file.  Is
there a way to just silence the warning?

Thanks,
Dave





reply via email to

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