From 417e2c471d4888f73fd43fbeb9f8bb475450dfe5 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 4 Dec 2008 08:50:56 +0000 Subject: Added do_awk commanf for invoking awk parser. It will be used for generating some file on-the-fly on the NPTL case. Signed-off-by: Carmelo Amoroso --- Makerules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 9c80c9629..d8dd283bc 100644 --- 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) -- cgit v1.2.3