lilypond-devel
[Top][All Lists]
Advanced

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

Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issu


From: jonas . hahnfeld
Subject: Re: scripts/build/scan-mf-deps: script to generate MF dependencies (issue 553700043 by address@hidden)
Date: Tue, 17 Mar 2020 01:08:37 -0700

https://codereview.appspot.com/553700043/diff/567370043/mf/scan-mf-deps.py
File mf/scan-mf-deps.py (right):

https://codereview.appspot.com/553700043/diff/567370043/mf/scan-mf-deps.py#newcode12
mf/scan-mf-deps.py:12: target = target.replace(srcdir, "").lstrip("/")
This doesn't work for out-of-tree builds where srcdir != builddir.
target is naturally below builddir and srcdir is not found, so it only
lstrip's / which leads to an absolute path without the leading slash.

https://codereview.appspot.com/553700043/



reply via email to

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