Make 3.77 Installation Guide

2003-07-01 Thread Temi Odumosu
Dear Sir/Madam: I have just downloaded make 3.77, but the readme does not contain installation guide. Can you please provide me with the installtion procedure for make 3.77 on Windows Platform . Thank you for your help, Temi ___ Bug-make mailing lis

Re: problems with $(eval include...)

2003-07-01 Thread Peter A. Kerzum
Exactly. For the way make is conceived now, once it starts building a target it doesn't check for any other rule which have that save target. In other words, once make goes to build foo.o, and then it executes a rule which imports some other rules for foo.o, those rules are just ignored. This I t