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

Unified Diff: scripts/GNUmakefile

Issue 577690043: Inline executable-* stepmake templates in lily/GNUmakefile (Closed)
Patch Set: scripts directory 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 | « lily/GNUmakefile ('k') | stepmake/stepmake/executable-rules.make » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/GNUmakefile
diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile
index e15772f60807849536c5b3f057ba93050d71a94f..11f8f2043f603fc28da71499059c82a9c8087519 100644
--- a/scripts/GNUmakefile
+++ b/scripts/GNUmakefile
@@ -13,6 +13,12 @@ at-ext=.py
at-dir=$(outdir)
include $(depth)/make/stepmake.make
-include $(stepdir)/executable-targets.make
$(PYTHON_SCRIPTS): $(outdir)/relocate-preamble.py
+
+local-install:
+ -$(INSTALLPY) -d $(DESTDIR)$(bindir)
+ $(INSTALLPY) -c -m 755 $(addprefix $(outdir)/, $(SEXECUTABLES)) $(DESTDIR)$(bindir)
+
+local-uninstall:
+ $(foreach a, $(SEXECUTABLES), rm -f $(DESTDIR)$(bindir)/$(a) &&) true
« no previous file with comments | « lily/GNUmakefile ('k') | stepmake/stepmake/executable-rules.make » ('j') | no next file with comments »

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