Re: [PATCH 4/5] limit _shipped to c h and S files

2014-12-02 Thread Nicholas Mc Guire
On Tue, 02 Dec 2014, Michal Marek wrote: > On 2014-12-02 11:32, Nicholas Mc Guire wrote: > > On Tue, 02 Dec 2014, Michal Marek wrote: > > > >> Dne 2.12.2014 v 10:16 Nicholas Mc Guire napsal(a): > >>> > >>> limit _shipped to c h and S files > >>> > >>> _shipped targets are intended for generated s

Re: [PATCH 4/5] limit _shipped to c h and S files

2014-12-02 Thread Michal Marek
On 2014-12-02 11:32, Nicholas Mc Guire wrote: > On Tue, 02 Dec 2014, Michal Marek wrote: > >> Dne 2.12.2014 v 10:16 Nicholas Mc Guire napsal(a): >>> >>> limit _shipped to c h and S files >>> >>> _shipped targets are intended for generated source files which should >>> not permit .o binary blobs wh

Re: [PATCH 4/5] limit _shipped to c h and S files

2014-12-02 Thread Nicholas Mc Guire
On Tue, 02 Dec 2014, Michal Marek wrote: > Dne 2.12.2014 v 10:16 Nicholas Mc Guire napsal(a): > > > > limit _shipped to c h and S files > > > > _shipped targets are intended for generated source files which should > > not permit .o binary blobs which is currently the case. This patch > > simply

Re: [PATCH 4/5] limit _shipped to c h and S files

2014-12-02 Thread Michal Marek
Dne 2.12.2014 v 10:16 Nicholas Mc Guire napsal(a): > > limit _shipped to c h and S files > > _shipped targets are intended for generated source files which should > not permit .o binary blobs which is currently the case. This patch > simply restricts _shipped targets to .c, .h and .S files. IMO