[git commit master] Makerules: add a do_sed command

Austin Foxley austinf at cetoncorp.com
Sat Oct 17 17:59:55 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=997d8efec66ff513e8efa774c74df13116641e03
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 Makerules |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makerules b/Makerules
index e449dae..4cc3e58 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)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list