Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4740)

Issue 13681043: Build dependencies for metafont files (issue 779). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by Julien Rioux
Modified:
10 years, 7 months ago
Reviewers:
janek, John Mandereau
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Build dependencies for metafont files (issue 779). Write .dep files containing make dependency rules for .mf files, allowing to simply type `make' to process the fonts after changing an input'ed file and have the fonts updated with the minimum amount of processing. These .dep files are generated by recursively scanning for lines of the form "input X;" in the .mf files, and looking up these input'ed files within the mf source directory. The .dep files are included into the build by stepmake/generic-targets.make. http://code.google.com/p/lilypond/issues/detail?id=779

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -3 lines) Patch
M stepmake/stepmake/metafont-rules.make View 2 chunks +3 lines, -3 lines 0 comments Download
M stepmake/stepmake/metafont-vars.make View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Julien Rioux
Please review.
10 years, 7 months ago (2013-09-12 16:22:07 UTC) #1
janek
10 years, 7 months ago (2013-09-14 10:22:22 UTC) #2
I'm not familiar with build system, but from the comments the patch looks good
(and i'm very happy to see this fixed!)

thanks,
Janek
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b