OSDN Git Service

Added do_awk commanf for invoking awk parser. It will be used
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 4 Dec 2008 08:50:56 +0000 (08:50 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 4 Dec 2008 08:50:56 +0000 (08:50 -0000)
for generating some file on-the-fly on the NPTL case.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Makerules

index 9c80c96..d8dd283 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -206,6 +206,11 @@ define do_rm
        $(Q)$(RM)
 endef
 
+define do_awk
+       @$(disp_gen)
+       $(Q)$(AWK) -f
+endef
+
 compile.c = @$(call maybe_exec,compile.c)
 compile.i =  $(call maybe_exec,compile.i)
 compile.s =  $(call maybe_exec,compile.s)