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

Unified Diff: stepmake/stepmake/substitute-rules.make

Issue 551070043: Issue 5571: streamline cat | sed | sed (Closed)
Patch Set: Created 4 years, 5 months 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 | « stepmake/stepmake/script-rules.make ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stepmake/stepmake/substitute-rules.make
diff --git a/stepmake/stepmake/substitute-rules.make b/stepmake/stepmake/substitute-rules.make
index f2d2f0ea6fbd079da04b2c2448adbfa36685f68d..f6c036c453ebdb65ad6853f868f835237592f7f7 100644
--- a/stepmake/stepmake/substitute-rules.make
+++ b/stepmake/stepmake/substitute-rules.make
@@ -3,6 +3,4 @@
$(outdir)/%: %.in $(config_make) $(depth)/VERSION
$(call ly_progress,Making,$@,< in)
rm -f $@
- cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
-
-
+ sed $(sed-atfiles) $(sed-atvariables) < $< > $@
« no previous file with comments | « stepmake/stepmake/script-rules.make ('k') | no next file » | no next file with comments »

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