diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-04 08:50:56 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-04 08:50:56 +0000 |
commit | 417e2c471d4888f73fd43fbeb9f8bb475450dfe5 (patch) | |
tree | 6a8f4857f1d3b50620f9c4c955128212fec57b38 /Makerules | |
parent | 3cd5e0b1c930820627d85d58b77fc41d74db8822 (diff) | |
download | uClibc-alpine-417e2c471d4888f73fd43fbeb9f8bb475450dfe5.tar.bz2 uClibc-alpine-417e2c471d4888f73fd43fbeb9f8bb475450dfe5.tar.xz |
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 <carmelo.amoroso@st.com>
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |