[fpc-pascal] command and variable substitution in fpcmake

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Aug 2 09:51:05 CEST 2007


On 02 Aug 2007, at 01:41, Marc Santhoff wrote:

> Am Mittwoch, den 01.08.2007, 22:21 +0200 schrieb Peter Vreman:
>>> How can I make command execution work?
> ...
>> See the info page of make which functions are available. For shell
>> execution:
>>
>> PWD=$(shell pwd)
>
> Ah yes, that does it. Maybe the day will come when I like fpcmake. ;)
>
> With "info page" I assume you meant the manpage and fpcmake(5)

No, this is independent of fpcmake, it's about what (GNU) make uses/ 
supports. So I assume Peter was referring to "info make" (or  
presumably "info gmake" or "info gnumake" on FreeBSD).


Jonas



More information about the fpc-pascal mailing list