Re: problem in make

2000-06-19 Thread Paul D. Smith
%% Alan Heinold - High End Server Systems <[EMAIL PROTECTED]> writes: ah> I bet the answer is very simple but I can't get it to work ah> given the following make file: ah> %.build: %.att %.guidance ah> @echo "Done testing." ah> %.att: ah> @ echo "gmake[$(MAKELEVEL)]: $@ does not

problem in make

2000-06-19 Thread Alan Heinold - High End Server Systems
I bet the answer is very simple but I can't get it to work given the following make file: %.build: %.att %.guidance @echo "Done testing." %.att: @ echo "gmake[$(MAKELEVEL)]: $@ does not exist. Linking from parent." @ ln -s ../$(rtl_name).att $@ ; %.guidance: @

Re: GNU make 3.79

2000-06-19 Thread Reid Madsen
Yep. I'm interested. By the way we keep all our development tools (with I2 mods) in Clearcase. Unfortunately, the build process for GNUmake does not work well in a Clearcase environment. Anybody out there doing this successfully? If so, I'd like to talk to them. Reid > MIME-Version: 1.0 >