what is the standard way to check for file existence in a makefile
and bail if it doesn't exist? personally, i use:
$(if $(wildcard <file>),,$(error "<file> is missing, bye bye."))
is there a better or more popular way?
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make