diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-11-15 16:09:43 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-11-15 16:09:43 +1100 |
| commit | 659b06b2501dd15d7efe7758befe30ce960f390d (patch) | |
| tree | c641b5ba1c6c2710658d5ab0424aa1dd6b736334 /py/py.mk | |
| parent | 0400fa45bacbba0f5d0239874e4cfc379f7d9ae2 (diff) | |
py/*.mk: Replace uses of 'sed' with $(SED).
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ MPCONFIGPORT_MK = $(wildcard mpconfigport.mk) # the lines in "" and then unwrap after the preprocessor is finished. $(HEADER_BUILD)/qstrdefs.generated.h: $(PY_QSTR_DEFS) $(QSTR_DEFS) $(QSTR_DEFS_COLLECTED) $(PY_SRC)/makeqstrdata.py mpconfigport.h $(MPCONFIGPORT_MK) $(PY_SRC)/mpconfig.h | $(HEADER_BUILD) $(ECHO) "GEN $@" - $(Q)cat $(PY_QSTR_DEFS) $(QSTR_DEFS) $(QSTR_DEFS_COLLECTED) | $(SED) 's/^Q(.*)/"&"/' | $(CPP) $(CFLAGS) - | sed 's/^"\(Q(.*)\)"/\1/' > $(HEADER_BUILD)/qstrdefs.preprocessed.h + $(Q)cat $(PY_QSTR_DEFS) $(QSTR_DEFS) $(QSTR_DEFS_COLLECTED) | $(SED) 's/^Q(.*)/"&"/' | $(CPP) $(CFLAGS) - | $(SED) 's/^"\(Q(.*)\)"/\1/' > $(HEADER_BUILD)/qstrdefs.preprocessed.h $(Q)$(PYTHON) $(PY_SRC)/makeqstrdata.py $(HEADER_BUILD)/qstrdefs.preprocessed.h > $@ # emitters |
