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

Unified Diff: scripts/build/GNUmakefile

Issue 581770043: 5824 cleanup of output-distance (Closed)
Patch Set: backward compatibility; verify that make-check actually works Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/stencil.scm ('k') | scripts/build/output-distance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build/GNUmakefile
diff --git a/scripts/build/GNUmakefile b/scripts/build/GNUmakefile
index 5a62a47a98f3814094adab057e805b5f75c6ad61..d406b38b593247ec82b036398be99b563afc098d 100644
--- a/scripts/build/GNUmakefile
+++ b/scripts/build/GNUmakefile
@@ -2,6 +2,9 @@ depth = ../..
STEPMAKE_TEMPLATES=script install po
+# need env settings to run output-distance --test
+LOCALSTEPMAKE_TEMPLATES=lilypond
+
include $(depth)/make/stepmake.make
# Should we install these? This should be handled by sysadmin or
@@ -12,3 +15,5 @@ include $(depth)/make/stepmake.make
all: $(INSTALLATION_FILES)
+local-check:
+ $(PYTHON) output-distance.py --test
hahnjo 2020/03/11 10:16:52 This is wrong in 2 regards: 1) This should be loca
« no previous file with comments | « scm/stencil.scm ('k') | scripts/build/output-distance.py » ('j') | no next file with comments »

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