%% 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
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:
@
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
>