Re: [PATCH] buildsys: Preserve arguments passed on

Bernhard Reutner-Fischer <[email protected]> Thu, 4 Apr 2019 17:04:29 +0200
Newsgroups gmane.comp.lib.uclibc.general
Message-ID <CAC1BbcQ1HAwCvbjF97Cq88G5FzUZ1ALOyn2atS6ujvP7bSP_ig@mail.gmail.com>
On Fri, 22 Mar 2019 at 03:36, Joseph Benden <[email protected]> wrote:
>
> This patch ensures all arguments are quoted, during command-line
> construction.
>
> This fixes compilation where spaces occur within the arguments.

Can you give me an example please?
g++-uc -DFOO="BAR BAZ" -c ... ?

TIA,