Re: PATCHES: Brain surgery on the build system, first stage

2012-08-07 Thread John Mandereau
Le samedi 04 août 2012 à 17:40 +0200, David Kastrup a écrit : * is there a need for vc-clean at all? People can just git clone the repo when they want to have a clean tree. git clean -f -X To remove direoctories, this should be git clean -f -d -X -- John

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-07 Thread John Mandereau
Il giorno sab, 04/08/2012 alle 16.44 +0100, Phil Holmes ha scritto: FWIW it also failed on the lines $LILYPOND_GIT/configure for reasons I don't understand, but must be something to do with bash. Replacing the variable with the actual path worked. Maybe it's because there's a tilde '~'

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-07 Thread Graham Percival
On Tue, Aug 07, 2012 at 06:57:17PM +0200, John Mandereau wrote: Il giorno sab, 04/08/2012 alle 16.44 +0100, Phil Holmes ha scritto: FWIW it also failed on the lines $LILYPOND_GIT/configure for reasons I don't understand, but must be something to do with bash. Replacing the variable

Re: PATCHES: Brain surgery on the build system, first stage [new version]

2012-08-07 Thread John Mandereau
Il giorno sab, 04/08/2012 alle 00.39 +0200, John Mandereau ha scritto: Hi guys, I tried to submit commits in dev/jmandereau not in master to Rietveld (git cl upload origin/master), but git-cl said just after I edited the issue description No output from ['git', 'show', 'aclocal.m4'] I

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-06 Thread John Mandereau
Le samedi 04 août 2012 à 16:44 +0100, Phil Holmes a écrit : The step after I checkout your branch failed with this as the last few lines: touch ./out/share/lilypond/current/lilypond-force make --no-builtin-rules out=www clean make[1]: Entering directory

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-05 Thread John Mandereau
Hi Han-Wen, Thanks for these comments, I'll submit another patch as soon as I get back to my faster laptop to retest changes extensively. Le samedi 04 août 2012 à 12:00 -0300, Han-Wen Nienhuys a écrit : * is there a need for vc-clean at all? People can just git clone the repo when they want to

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread Phil Holmes
- Original Message - From: John Mandereau john.mander...@gmail.com To: Lily devel lilypond-devel@gnu.org Sent: Friday, August 03, 2012 11:39 PM Subject: PATCHES: Brain surgery on the build system, first stage [big snip] Hi John - is this patch designed to fix problems like: http

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread John Mandereau
Hi Phil, Le samedi 04 août 2012 à 14:02 +0100, Phil Holmes a écrit : Hi John - is this patch designed to fix problems like: http://lists.gnu.org/archive/html/lilypond-devel/2011-11/msg00360.html Yes, exactly; the commit that adresses this issue is among the four top commits in dev/jmandereau

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread Han-Wen Nienhuys
Hi John, thanks for working on this; it has been long overdue. Small random comments: * is there a need for vc-clean at all? People can just git clone the repo when they want to have a clean tree. * you may want to reindent this properly and use for sequential execution case

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread Phil Holmes
- Original Message - From: John Mandereau john.mander...@gmail.com To: Phil Holmes m...@philholmes.net Cc: Lily devel lilypond-devel@gnu.org Sent: Saturday, August 04, 2012 2:55 PM Subject: Re: PATCHES: Brain surgery on the build system, first stage Hi Phil, Le samedi 04 août 2012 à

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread David Kastrup
Han-Wen Nienhuys hanw...@gmail.com writes: Hi John, thanks for working on this; it has been long overdue. Small random comments: * is there a need for vc-clean at all? People can just git clone the repo when they want to have a clean tree. git clean -f -X -- David Kastrup

Re: PATCHES: Brain surgery on the build system, first stage

2012-08-04 Thread Phil Holmes
- Original Message - From: John Mandereau john.mander...@gmail.com To: Phil Holmes m...@philholmes.net Cc: Lily devel lilypond-devel@gnu.org Sent: Saturday, August 04, 2012 2:55 PM Subject: Re: PATCHES: Brain surgery on the build system, first stage Hi Phil, Le samedi 04 août 2012 à

PATCHES: Brain surgery on the build system, first stage

2012-08-03 Thread John Mandereau
Hi guys, I tried to submit commits in dev/jmandereau not in master to Rietveld (git cl upload origin/master), but git-cl said just after I edited the issue description No output from ['git', 'show', 'aclocal.m4'] and exited. So below goes the issue description, that includes instructions to