Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable

2013-11-11 Thread Borislav Petkov
On Mon, Nov 11, 2013 at 09:43:30PM +0100, Ingo Molnar wrote: > * Michal Marek wrote: > > On Mon, Nov 11, 2013 at 03:27:43PM +0100, Borislav Petkov wrote: > > > From: Borislav Petkov > > > Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable > > > >

Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable

2013-11-11 Thread Ingo Molnar
* Michal Marek wrote: > On Mon, Nov 11, 2013 at 03:27:43PM +0100, Borislav Petkov wrote: > > From: Borislav Petkov > > Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable > > > > When building the kernel in a shell which defines GREP_OPTIONS so that > >

Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable

2013-11-11 Thread Michal Marek
On Mon, Nov 11, 2013 at 03:27:43PM +0100, Borislav Petkov wrote: > From: Borislav Petkov > Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable > > When building the kernel in a shell which defines GREP_OPTIONS so that > grep behavior is modified, we can break the generation

[PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable

2013-11-11 Thread Borislav Petkov
From: Borislav Petkov Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable When building the kernel in a shell which defines GREP_OPTIONS so that grep behavior is modified, we can break the generation of the syscalls table like so: __SYSCALL_COMMON(0, sys_read, sys_read

Re: Kbuild: Ignore GREP_OPTIONS env variable

2013-11-06 Thread Michal Marek
Dne 30.10.2013 17:06, Borislav Petkov napsal(a): > So I had defined GREP_OPTIONS=--color=always on one of my boxes and had > forgotten about it and the kernel build started failing because we use > grep quite a while in the tree and it started issuing shell color markup > which generated garbage fi

Kbuild: Ignore GREP_OPTIONS env variable

2013-10-30 Thread Borislav Petkov
g the kernel or let the user figure it out himself that he should be using GREP_OPTIONS=--color=auto in the first place and it is his own moronic fault if he does 'always'? Opinions, comments? Thanks. -- From: Borislav Petkov Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable MI