You may need to add #include directives for the following .h files

2013-01-26 Thread Bruce Korb
Hi Gary, Speaking of bootstrap wishes, how about a hack that captures the "You may need to include this" list? As the various modules change dependencies and add new headers, I'd as soon glue the "you may need to add" cruft to the end of config.h. e.g. > You may need to add #include directives

Re: [PATCH] bootstrap: remove the need for a sorted .gitignore

2013-01-26 Thread Pádraig Brady
On 01/26/2013 05:27 AM, Gary V. Vaughan wrote: Hi Bernhard, Padraig, Sorry for the late review, I didn't notice this until after the push notification. Comments interspersed below... On 21 Jan 2013, at 02:20, Bernhard Voelker wrote: During bootstrap, files may be created which are already in

Re: [PATCH] bootstrap: remove the need for a sorted .gitignore

2013-01-26 Thread Stefano Lattarini
Throwing in my two cents here ... On 01/26/2013 06:27 AM, Gary V. Vaughan wrote: > Hi Bernhard, Padraig, > > Sorry for the late review, I didn't notice this until after the push > notification. Comments interspersed below... > > On 21 Jan 2013, at 02:20, Bernhard Voelker wrote: >> During boots