lilypond-devel
[Top][All Lists]
Advanced

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

out/bin/*.ly ?


From: Karl Hammar
Subject: out/bin/*.ly ?
Date: Wed, 24 May 2006 14:24:35 +0200

What is the meaning of *.ly which point to nothing below ?

$ ls -l out/bin/
total 0
lrwxrwxrwx  1 karl users 22 May 22 17:57 *.ly -> ../../scripts/out/*.ly
lrwxrwxrwx  1 karl users 28 May 22 17:57 convert-ly -> 
../../scripts/out/convert-ly
lrwxrwxrwx  1 karl users 23 May 22 17:57 lilypond -> ../../lily/out/lilypond
lrwxrwxrwx  1 karl users 31 May 22 17:57 lilypond-book -> 
../../scripts/out/lilypond-book
$

Maybe it should read ln -s .../*2ly . instead of *.ly ?

If so, use attached patch.
Also note that target $(tree-share-prefix)/lilypond-force in toplevel 
GNUmakefile is run before the generation of the files in scripts/out/
so any wildcard are useless in the line above, and will generate the 
file *.ly instead of expanding to future files.

        * GNUmakefile.in: wildcard in ln -s .../*.ly . don't work when
        newly checkout'ed

Regards,
/Karl

Attachment: diff
Description: diff


reply via email to

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