I'm trying to build lilypond after doing a "make distclean". make runs through the creation of the .o and the executable. It finishes the fonts, then when it starts compiling the snippets it ends with:
make PACKAGE=LILYPOND package=lilypond -C J.S.Bach all && make PACKAGE=LILYPOND package=lilypond -C F.Schubert all && make PACKAGE=LILYPOND package=lilypond -C E.Satie all && make PACKAGE=LILYPOND package=lilypond -C W.A.Mozart all && make PACKAGE=LILYPOND package=lilypond -C R.Schumann all && true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true mkdir -p ./out touch ./out/dummy.dep echo '*' > ./out/.gitignore true make[2]: *** No rule to make target `all'. Stop. make[1]: *** [all] Error 2 make: *** [all] Error 2 But nothing seems to have failed. How can I track this down? Thanks, Carl _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel