%% Regarding make 3.79 status problem; you wrote:

  alt> Doing a "make -q" with the following makefile returns a 1 status
  alt> where it should really return a 0 status.  Can this be fixed?  I
  alt> know I could wrap an ifndef expression around the ALL commands,
  alt> but I use this a lot.

Can you give me a more complete example?  If you have that makefile and
you run make with -q it _should_ exit with 1, since it needs to build
"foo"... ?  You must have some other setup beyond just the makefile.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to