Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread jp charras
Le 22/09/2016 à 01:33, Wayne Stambaugh a écrit : <> > > CMake is pretty capable albeit a bit unwieldy at times. Maybe the > PNG_MAINTAINER mode could have a clean-pngs make option so everyone > wins. Just food for thought. > Yes, Wayne, you are right. A clean-pngs make option is the best

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Wayne Stambaugh
On 9/21/2016 3:14 PM, Chris Pavlina wrote: > On Wed, Sep 21, 2016 at 09:04:03PM +0200, Niki Guldbrand wrote: >> On ons, 2016-09-21 at 20:13 +0200, jp charras wrote: >>> Le 21/09/2016 à 19:33, Niki Guldbrand a écrit : On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: > > Le 21/0

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Niki Guldbrand
On ons, 2016-09-21 at 20:13 +0200, jp charras wrote: > Le 21/09/2016 à 19:33, Niki Guldbrand a écrit : > > > > On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: > > > > > > Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : > > > > > > > > > > > > > > > > * Move the generated PNG and temporary

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Chris Pavlina
On Wed, Sep 21, 2016 at 09:04:03PM +0200, Niki Guldbrand wrote: > On ons, 2016-09-21 at 20:13 +0200, jp charras wrote: > > Le 21/09/2016 à 19:33, Niki Guldbrand a écrit : > > > > > > On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: > > > > > > > > Le 21/09/2016 à 00:21, Niki Guldbrand a écrit

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Niki Guldbrand
On ons, 2016-09-21 at 20:13 +0200, jp charras wrote: > Le 21/09/2016 à 19:33, Niki Guldbrand a écrit : > > > > On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: > > > > > > Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : > > > > > > > > > > > > > > > > * Move the generated PNG and temporary

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread jp charras
Le 21/09/2016 à 19:33, Niki Guldbrand a écrit : > On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: >> Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : >>> >>> >>> * Move the generated PNG and temporary files to the build tree, but >>> keep the generated c files in the source tree for easier >>

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Wayne Stambaugh
On 9/21/2016 1:33 PM, Niki Guldbrand wrote: > On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: >> Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : >>> >>> >>> * Move the generated PNG and temporary files to the build tree, but >>> keep the generated c files in the source tree for easier >>>

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Niki Guldbrand
On ons, 2016-09-21 at 12:32 +0200, jp charras wrote: > Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : > > > > > > * Move the generated PNG and temporary files to the build tree, but > >   keep the generated c files in the source tree for easier > >   addition/updates in tree. > > * Syncronize .g

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread Wayne Stambaugh
JP, Since you do most if not all of the bitmap maintenance, please apply the patches in this patch set that make sense and discard anything that doesn't work for you. Thanks, Wayne On 9/21/2016 6:32 AM, jp charras wrote: > Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : >> >> * Move the generat

Re: [Kicad-developers] [PATCH v3 5/5] [Build] No need to use the source tree for temporary files.

2016-09-21 Thread jp charras
Le 21/09/2016 à 00:21, Niki Guldbrand a écrit : > > * Move the generated PNG and temporary files to the build tree, but > keep the generated c files in the source tree for easier > addition/updates in tree. > * Syncronize .gitignore to the changes. > > Signed-off-by: Niki Guldbrand > --- >