diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 10:59:55 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 10:59:55 -0700 |
commit | 997d8efec66ff513e8efa774c74df13116641e03 (patch) | |
tree | 4036a3d22c6e12e55ce2c31c8ffe005bb237dfa6 /Makerules | |
parent | fe4d33b3d9aaff25b512e64af3e4b44a995fe73c (diff) |
Makerules: add a do_sed command
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -223,6 +223,11 @@ define do_awk $(Q)$(AWK) -f endef +define do_sed + @$(disp_gen) + $(Q)$(SED) +endef + compile.c = @$(call maybe_exec,compile.c) compile.i = $(call maybe_exec,compile.i) compile.s = $(call maybe_exec,compile.s) |