]> Git Repo - uclibc-ng.git/commitdiff
Makerules: add a do_sed command
authorAustin Foxley <[email protected]>
Sat, 17 Oct 2009 17:59:55 +0000 (10:59 -0700)
committerAustin Foxley <[email protected]>
Sat, 17 Oct 2009 17:59:55 +0000 (10:59 -0700)
Signed-off-by: Austin Foxley <[email protected]>
Makerules

index e449dae1d71a88b367064e22a6958f585b055a6d..4cc3e5813218f9a83e768596ff908638ef4046f5 100644 (file)
--- 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)
This page took 0.035829 seconds and 4 git commands to generate.