2011/5/30 Phil Holmes <m...@philholmes.net>:

> For those who are
> interested in the build system, I attach my notes to date of how make doc
> works - slightly stream-of-consciousness, I'm afraid.

>git/build/input/GNUmakefile is:

>depth=../

This should be 'depth=..' without the trailing '/'

>include $(depth)/config$(if $(conf),-$(conf),).make
>include $(configure-srcdir)/./input/GNUmakefile
>MODULE_INCLUDES += $(src-dir)/$(outbase)

>The first include is:

>..//config.make (note the // which is strictly wrong)

Caused by the above trailing '/'.
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to