in message <4fd0adfb.8030...@tundraware.com>,
wrote Tim Daneliuk thusly...
>
> On 06/07/2012 12:19 AM, Parv wrote:
> > in message<4fcf48af@tundraware.com>,
> > wrote Tim Daneliuk thusly...
> >>
> > ...
> >> Within a makefile, I need to assign the name of a program as
> >> in:
> >>
> >> FOO = "b
On 06/07/2012 12:19 AM, Parv wrote:
in message<4fcf48af@tundraware.com>,
wrote Tim Daneliuk thusly...
...
Within a makefile, I need to assign the name of a program as in:
FOO = "bar".
The problem is that 'bar' may also be know as, say, "bar.sh".
...
Is there a simple way to determine
in message <4fcf48af@tundraware.com>,
wrote Tim Daneliuk thusly...
>
...
> Within a makefile, I need to assign the name of a program as in:
>
> FOO = "bar".
>
> The problem is that 'bar' may also be know as, say, "bar.sh".
...
> Is there a simple way to determine which form "bar" or "bar.sh" on
Not strictly FBSD, but ...
Within a makefile, I need to assign the name of a program as in:
FOO = "bar".
The problem is that 'bar' may also be know as, say, "bar.sh". Worse still
both "bar" and "bar.sh" can exist with one linked to the other. Is there
a simple way to determine which form "bar