freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Makefile: echo -> info


From: Werner LEMBERG
Subject: Re: [ft-devel] Makefile: echo -> info
Date: Wed, 11 Apr 2018 23:52:19 +0200 (CEST)

>> Can you provide a patch?
> 
> There you go.

Alas, it doesn't apply due to e-mail distortion: missing tabs, wrapped
lines, wrong encoding – must be a one-byte encoding (either cp850 or
cp437 so that 0xFF becomes the non-breaking space character) for
`detect.mk', not utf-8.

> The info eats the leading whitespace though.

This can be avoided by using $(empty) variable:

  $(info $(empty)  foo  bar)

The basic question is whether the spaces between `foo' and `bar' do
survive...


    Werner

reply via email to

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