Re: [Buildroot] [PATCH v3 3/4] lmbench: emulate --prefix to avoid scattering binaries all over

2021-05-17 Thread Yann E. MORIN
Vineet, All, On 2021-05-10 20:22 +, Vineet Gupta via buildroot spake thusly: > On 5/10/21 1:09 PM, Thomas Petazzoni wrote: > > On Mon, 10 May 2021 11:00:48 -0700 > > Vineet Gupta via buildroot wrote: > > > >> - moves all lmbench binaries to /lmbench/bin/ > >> - scripts copied to

Re: [Buildroot] [PATCH v3 3/4] lmbench: emulate --prefix to avoid scattering binaries all over

2021-05-10 Thread Vineet Gupta
On 5/10/21 1:09 PM, Thomas Petazzoni wrote: > On Mon, 10 May 2021 11:00:48 -0700 > Vineet Gupta via buildroot wrote: > >> - moves all lmbench binaries to /lmbench/bin/ >> - scripts copied to /lmbench/scripts >> - scripts/os overwritten to setup "OS" as expected by LMBench runtime >>

[PATCH v3 3/4] lmbench: emulate --prefix to avoid scattering binaries all over

2021-05-10 Thread Vineet Gupta
- moves all lmbench binaries to /lmbench/bin/ - scripts copied to /lmbench/scripts - scripts/os overwritten to setup "OS" as expected by LMBench runtime scripts Signed-off-by: Vineet Gupta --- package/lmbench/lmbench.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff

Re: [Buildroot] [PATCH v3 3/4] lmbench: emulate --prefix to avoid scattering binaries all over

2021-05-10 Thread Thomas Petazzoni
On Mon, 10 May 2021 11:00:48 -0700 Vineet Gupta via buildroot wrote: > - moves all lmbench binaries to /lmbench/bin/ > - scripts copied to /lmbench/scripts > - scripts/os overwritten to setup "OS" as expected by LMBench runtime scripts > > Signed-off-by: Vineet Gupta Where are lmbench