lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A naive question about permissions in buildscripts/


From: John Mandereau
Subject: Re: A naive question about permissions in buildscripts/
Date: Mon, 08 Dec 2008 00:34:43 +0100

On 2008/12/04 16:59 +0100, Werner LEMBERG wrote:
> > Maybe it shouldn't be in buildscripts/, but I it definitely
> > doesn't belong in scripts/
> 
> Then I suggest a new directory `auxscripts'.  It would simplify
> maintainance.

The only good reason for building most buildscripts is specifying a
Python binary path at configure invocation different from the default
Python binary when scripts are run, but this is might be a sufficient
reason to keep current stuff in buildscripts.  OTOH it was convenient
for most users to just run the script in buildscripts without having to
"make -C buildscripts" and call the script in out/.  Maybe we could
create a shell script called auxscript at top of the source tree

#!/bin/bash
make -C buildscripts
export PYTHONPATH=buildscripts:$(PYTHONPATH)
exec buildscripts/out/$@


It could be then called as

auxscript makelsr LSRDIR
auxscript check_translation FILE

BTW this would simplify check_translation invocation on individual
files.

If there is not objection, I'll add this stuff.

Cheers,
John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]