Re: [PATCH] buildsys: Preserve arguments passed on

2019-04-04 Thread Joseph Benden
On 4/4/19 8:04 AM, Bernhard Reutner-Fischer wrote: > On Fri, 22 Mar 2019 at 03:36, Joseph Benden 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? >

Re: [PATCH] buildsys: Preserve arguments passed on

2019-04-04 Thread Bernhard Reutner-Fischer
On Fri, 22 Mar 2019 at 03:36, Joseph Benden 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,

Re: [PATCH] stream: Add support for 64-bit integers

2019-04-04 Thread Bernhard Reutner-Fischer
On Tue, 2 Apr 2019 at 06:07, Rosen Penev wrote: > > Many programs like gptfdisk or powertop try to use 64-bit integers with > streams. This adds support for them. I had to tweak the test a bit and also had to adjust the expected test-output. make check resp, for a diff: make check V=1 Applied