help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make using a function defined in my .bashrc


From: Philip Guenther
Subject: Re: Make using a function defined in my .bashrc
Date: Thu, 7 Feb 2008 09:36:59 -0700

On Feb 7, 2008 8:05 AM, sclemow <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]