help-make
[Top][All Lists]
Advanced

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

RE: Resetting makelevel


From: William . Peets
Subject: RE: Resetting makelevel
Date: Mon, 19 Apr 2004 12:48:44 -0400

Thank you.  That worked perfectly.  I did not think that setting that
variable explicitly would work.  I plan to upgrade the makefiles to get the
working path this week, but for now this will get my delivery out the door.
Thanks again!

-----Original Message-----
From: David Boyce [mailto:address@hidden
Sent: Friday, April 16, 2004 7:36 PM
To: Noel Yap; Peets, William
Cc: address@hidden
Subject: Re: Resetting makelevel


Well, recu make may well be cons harm, but what's so harmful about

         $(MAKE) MAKELEVEL=0 ...

or

         MAKELEVEL=0 $(MAKE) ...

or

         export MAKELEVEL=0

??

-dsb

At 02:55 PM 4/16/2004, Noel Yap wrote:
>I don't have an answer, but this sounds pretty brittle to me.  Have you 
>tried alternatives to this architecture (eg 
>http://www.pcug.org.au/~millerp/rmch/recu-make-cons-harm.html)?
>
>Noel
>
>address@hidden wrote:
>
>>I have a set of makefiles with many targets, that take advantage of
>>${MAKELEVEL} for some of the targets.
>>There has been a change in which my makefiles are being called by other
>>makefiles.
>>Is there a way to reset MAKELEVEL when starting with my set of Makefiles?
>>
>>_______________________________________________
>>Help-make mailing list
>>address@hidden
>>http://mail.gnu.org/mailman/listinfo/help-make
>
>
>_______________________________________________
>Help-make mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/help-make





reply via email to

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