On Tue, 11/07 23:47, Philippe Mathieu-Daudé wrote:
> In Makefiles the $ must be escaped as $$ in shell uses.
> 
> Since 8a2390a4f47:
> 
>  $ make docker
>      [...]
>      NETWORK=1            Enable virtual network interface with default 
> backend.
>      NETWORK=ACKEND     Enable virtual network interface with ACKEND.
> 
> Once escaped:
> 
>  $ make docker
>      [...]
>      NETWORK=1            Enable virtual network interface with default 
> backend.
>      NETWORK=$BACKEND     Enable virtual network interface with $BACKEND.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Queued, thanks!

Fam

Reply via email to