> $ make help
> Makefile:217: *** PLATFORM must be set to one of: unix, win32.  Stop.
>
> $ PLATFORM=unix make
> (help text)

Just to avoid confusion with my example, this should have read:

$ make help
Makefile:217: *** PLATFORM must be set to one of: unix, win32.  Stop.

$ PLATFORM=unix make help
(help text)

Thanks,
Bryan




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

Reply via email to