Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Michal Marek
Dne 6.6.2013 19:59, Josh Boyer napsal(a): > On Thu, Jun 6, 2013 at 1:55 PM, Kyle McMartin wrote: >> On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: >>> Dne 6.6.2013 19:05, Kyle McMartin napsal(a): While using make V=1 to test some things, I noticed on our builders that

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Josh Boyer
On Thu, Jun 6, 2013 at 1:55 PM, Kyle McMartin wrote: > On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: >> Dne 6.6.2013 19:05, Kyle McMartin napsal(a): >> > While using make V=1 to test some things, I noticed on our builders that >> > headers_install was failing because the argument

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Kyle McMartin
On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: > Dne 6.6.2013 19:05, Kyle McMartin napsal(a): > > While using make V=1 to test some things, I noticed on our builders that > > headers_install was failing because the argument list to /bin/sh was too > > long. Working around it is

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Michal Marek
Dne 6.6.2013 19:05, Kyle McMartin napsal(a): > While using make V=1 to test some things, I noticed on our builders that > headers_install was failing because the argument list to /bin/sh was too > long. Working around it is slightly kludgy... This is already fixed with commit

[PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Kyle McMartin
While using make V=1 to test some things, I noticed on our builders that headers_install was failing because the argument list to /bin/sh was too long. Working around it is slightly kludgy... First, passing the args list to headers_install.sh via stdin instead of as arguments. Secondly, filtering

[PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Kyle McMartin
While using make V=1 to test some things, I noticed on our builders that headers_install was failing because the argument list to /bin/sh was too long. Working around it is slightly kludgy... First, passing the args list to headers_install.sh via stdin instead of as arguments. Secondly, filtering

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Michal Marek
Dne 6.6.2013 19:05, Kyle McMartin napsal(a): While using make V=1 to test some things, I noticed on our builders that headers_install was failing because the argument list to /bin/sh was too long. Working around it is slightly kludgy... This is already fixed with commit

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Kyle McMartin
On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: Dne 6.6.2013 19:05, Kyle McMartin napsal(a): While using make V=1 to test some things, I noticed on our builders that headers_install was failing because the argument list to /bin/sh was too long. Working around it is slightly

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Josh Boyer
On Thu, Jun 6, 2013 at 1:55 PM, Kyle McMartin k...@redhat.com wrote: On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: Dne 6.6.2013 19:05, Kyle McMartin napsal(a): While using make V=1 to test some things, I noticed on our builders that headers_install was failing because the

Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin

2013-06-06 Thread Michal Marek
Dne 6.6.2013 19:59, Josh Boyer napsal(a): On Thu, Jun 6, 2013 at 1:55 PM, Kyle McMartin k...@redhat.com wrote: On Thu, Jun 06, 2013 at 07:41:57PM +0200, Michal Marek wrote: Dne 6.6.2013 19:05, Kyle McMartin napsal(a): While using make V=1 to test some things, I noticed on our builders that