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

Delta Between Two Patch Sets: scripts/build/GNUmakefile

Issue 581770043: 5824 cleanup of output-distance (Closed)
Left Patch Set: Created 4 years ago
Right Patch Set: backward compatibility; verify that make-check actually works Created 4 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « scm/stencil.scm ('k') | scripts/build/output-distance.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 depth = ../.. 1 depth = ../..
2 2
3 STEPMAKE_TEMPLATES=script install po 3 STEPMAKE_TEMPLATES=script install po
4
5 # need env settings to run output-distance --test
6 LOCALSTEPMAKE_TEMPLATES=lilypond
4 7
5 include $(depth)/make/stepmake.make 8 include $(depth)/make/stepmake.make
6 9
7 # Should we install these? This should be handled by sysadmin or 10 # Should we install these? This should be handled by sysadmin or
8 # packager but if she forgets... 11 # packager but if she forgets...
9 #INSTALLATION_OUT_SUFFIXES=1 12 #INSTALLATION_OUT_SUFFIXES=1
10 #INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/scripts 13 #INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/scripts
11 #INSTALLATION_OUT_FILES1=$(outdir)/lilypond-login $(outdir)/lilypond-profile 14 #INSTALLATION_OUT_FILES1=$(outdir)/lilypond-login $(outdir)/lilypond-profile
12 15
13 all: $(INSTALLATION_FILES) 16 all: $(INSTALLATION_FILES)
14 17
15 local-check: 18 local-check:
16 $(PYTHON) output-distance.py --test 19 $(PYTHON) output-distance.py --test
hahnjo 2020/03/11 10:16:52 This is wrong in 2 regards: 1) This should be loca
LEFTRIGHT

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