On Feb 7, 2008 8:05 AM, sclemow <[EMAIL PROTECTED]> wrote: > I have defined a function in my .bashrc file that I would like to use within > a step in my Makefile, however Make doesn't seem to recognise the function > exists. Is there a way that I can make it do this?
Put ". $$HOME/.bashrc;" at the start of each logical line of each command that uses your function. Philip Guenther _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
