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

Delta Between Two Patch Sets: python/GNUmakefile

Issue 575790044: Fix test target name in python/GNUmakefile
Left Patch Set: Created 4 years ago
Right Patch Set: add python/ to GNUmakefile.in 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 | « GNUmakefile.in ('k') | no next file » | 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 SUBDIRS=auxiliar 3 SUBDIRS=auxiliar
4 4
5 STEPMAKE_TEMPLATES=python-module install-out po 5 STEPMAKE_TEMPLATES=python-module install-out po
6 6
7 include $(depth)/make/stepmake.make 7 include $(depth)/make/stepmake.make
8 8
9 # unset al guile stuff from configure 9 # unset al guile stuff from configure
10 CONFIG_LDFLAGS= 10 CONFIG_LDFLAGS=
11 11
12 INSTALLATION_OUT_DIR=$(local_lilypond_datadir)/python 12 INSTALLATION_OUT_DIR=$(local_lilypond_datadir)/python
13 INSTALLATION_OUT_FILES=$(OUT_PY_MODULES) 13 INSTALLATION_OUT_FILES=$(OUT_PY_MODULES)
14 14
15 default: $(outdir)/relocate-preamble.py 15 default: $(outdir)/relocate-preamble.py
16 16
17 $(outdir)/relocate-preamble.py: $(depth)/VERSION 17 $(outdir)/relocate-preamble.py: $(depth)/VERSION
18 18
19 local-check: 19 local-test: book_base_test.py
20 » $(PYTHON) book_base_test.py 20 » $(PYTHON) $<
LEFTRIGHT

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