Re: Allow bootstrap from git repository

2008-04-15 Thread Peter O'Gorman
Ralf Wildenhues wrote: * Peter O'Gorman wrote on Tue, Apr 15, 2008 at 07:40:54AM CEST: Could do a count of ChangeLog* files, and use that as the first digit, I suppose. Not tonight though, need some sleep :) Sounds like a possible plan. I looked again, and at first counted all the lines

Re: add cegcc support

2008-04-15 Thread Vincent Torri
On Mon, 14 Apr 2008, Ralf Wildenhues wrote: Against CVS HEAD is just fine, sorry for the confusion. The important thing is that we see how the testsuite fares in order to get an idea how well the port works, and can fix simple issues that were overlooked. I had to change config.sub for

Re: Allow bootstrap from git repository

2008-04-15 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Tue, Apr 15, 2008 at 04:54:10PM CEST: I looked again, and at first counted all the lines in all the changelogs, but then it seemed better to count only what looked like dates. Better. I don't mind that multiple commits like this count as one: 2008-xx-xx

Re: Allow bootstrap from git repository

2008-04-15 Thread Bob Friesenhahn
If we need an increasing serial number, can't we obtain one from git? Does git offer the ability to update an RCS-style string in a text file each time it is modified? If that is the case, then we would just need to arrange to modify that file each time there is a commit to git. Of course

Re: Allow bootstrap from git repository

2008-04-15 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Tue, Apr 15, 2008 at 08:15:45PM CEST: If we need an increasing serial number, can't we obtain one from git? Does git offer the ability to update an RCS-style string in a text file each time it is modified? If that is the case, then we would just need to arrange

Re: add cegcc support

2008-04-15 Thread Ralf Wildenhues
* Vincent Torri wrote on Tue, Apr 15, 2008 at 06:34:11PM CEST: On Mon, 14 Apr 2008, Ralf Wildenhues wrote: Against CVS HEAD is just fine, sorry for the confusion. The important thing is that we see how the testsuite fares in order to get an idea how well the port works, and can fix simple

Re: Allow bootstrap from git repository

2008-04-15 Thread Bob Friesenhahn
On Tue, 15 Apr 2008, Ralf Wildenhues wrote: bootstrapping without having git available. If you're now OK with needing git for bootstrapping, then we can go similar to Autoconf. No, that is not ok for me. :-) I had a different idea but now I realize that it was unworkable. Bob

Re: Allow bootstrap from git repository

2008-04-15 Thread Peter O'Gorman
Ralf Wildenhues wrote: Please make the latter be $1/ChangeLog.[12][0-9][0-9][0-9] so backup files don't count (I tend to cp foo foo.bak at times). OK with that change. git push fails for me with: [EMAIL PROTECTED] libtool]$ git push updating 'refs/heads/master' from