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

Side by Side Diff: stepmake/stepmake/shared-library-rules.make

Issue 577280043: Cleanup unneeded parts of Stepmake (Closed)
Patch Set: Created 4 years, 2 months 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:
View unified diff | Download patch
« no previous file with comments | « stepmake/stepmake/no-builtin-rules.make ('k') | stepmake/stepmake/shared-library-targets.make » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 $(O_FILES): $(outdir)/config.hh
3
4 $(SHARED_LIBRARY): $(LO_FILES)
5 $(call ly_progress,Making,$@,)
6 $(LD) $(SHARED_FLAGS) -o $@ $(LO_FILES) $(ALL_LDFLAGS)
OLDNEW
« no previous file with comments | « stepmake/stepmake/no-builtin-rules.make ('k') | stepmake/stepmake/shared-library-targets.make » ('j') | no next file with comments »

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