Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-05-06 Thread Michal Marek
On 2015-05-06 15:54, sylvain.bertr...@gmail.com wrote: > On Mon, Apr 27, 2015 at 03:25:25PM +, sylvain.bertr...@gmail.com wrote: >> On Tue, Mar 17, 2015 at 09:59:13PM +0100, Michal Marek wrote: >>> Sorry if I wasn't clear. The changelog should contain the actual error >>> message or description

Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-05-06 Thread sylvain . bertrand
On Mon, Apr 27, 2015 at 03:25:25PM +, sylvain.bertr...@gmail.com wrote: > On Tue, Mar 17, 2015 at 09:59:13PM +0100, Michal Marek wrote: > > Sorry if I wasn't clear. The changelog should contain the actual error > > message or description of wrong behavior when ran under dash. > > While buildin

Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-04-27 Thread sylvain . bertrand
On Tue, Mar 17, 2015 at 09:59:13PM +0100, Michal Marek wrote: > Sorry if I wasn't clear. The changelog should contain the actual error > message or description of wrong behavior when ran under dash. While building linux with dash shell: LINKvmlinux trap: SIGHUP: bad trap /src/linux-4.0/Makef

Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-03-17 Thread Michal Marek
Dne 3.3.2015 v 17:34 Sylvain BERTRAND napsal(a): > On Fri, Jan 02, 2015 at 04:55:42PM +0100, Michal Marek wrote: >> On 2014-12-29 17:34, Sylvain BERTRAND wrote: >>> Chocked while compiling linux with dash shell instead of bash shell. >>> See: >>> http://pubs.opengroup.org/onlinepubs/95399/utili

Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-03-03 Thread Sylvain BERTRAND
On Fri, Jan 02, 2015 at 04:55:42PM +0100, Michal Marek wrote: > On 2014-12-29 17:34, Sylvain BERTRAND wrote: > > Chocked while compiling linux with dash shell instead of bash shell. > > See: > > http://pubs.opengroup.org/onlinepubs/95399/utilities/trap.html > > Please describe the actual probl

Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism

2015-01-02 Thread Michal Marek
On 2014-12-29 17:34, Sylvain BERTRAND wrote: > Chocked while compiling linux with dash shell instead of bash shell. > See: > http://pubs.opengroup.org/onlinepubs/95399/utilities/trap.html Please describe the actual problem in the changelog. I guess it's because of the 'ERR' trap? > Cc: Ingo

[PATCH] scripts: fix link-vmlinux.sh bash-ism

2014-12-29 Thread Sylvain BERTRAND
Chocked while compiling linux with dash shell instead of bash shell. See: http://pubs.opengroup.org/onlinepubs/95399/utilities/trap.html Cc: Ingo Molnar Signed-off-by: Sylvain BERTRAND --- --- a/scripts/link-vmlinux.sh 2014-12-29 15:10:29.436431249 + +++ b/scripts/link-vmlinux.sh 201