From 997d8efec66ff513e8efa774c74df13116641e03 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 10:59:55 -0700 Subject: Makerules: add a do_sed command Signed-off-by: Austin Foxley --- Makerules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index e449dae1d..4cc3e5813 100644 --- a/Makerules +++ b/Makerules @@ -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) -- cgit v1.2.3