Bryan Ischo wrote:

> What I really want is to be able to do something like this:
> 
> ifndef PLATFORM
> ifneq ($(MAKE_TARGET),"help")
>     $(error PLATFORM must be set)
> endif
> endif

I think you want $(MAKECMDGOALS). 
<http://www.gnu.org/software/make/manual/html_node/Goals.html#index-MAKECMDGOALS-648>

Brian


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to