svn commit: trunk/uClibc

carmelo at uclibc.org carmelo at uclibc.org
Thu Dec 4 08:50:56 UTC 2008


Author: carmelo
Date: 2008-12-04 00:50:56 -0800 (Thu, 04 Dec 2008)
New Revision: 24255

Log:
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 at st.com>


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-12-03 21:43:39 UTC (rev 24254)
+++ trunk/uClibc/Makerules	2008-12-04 08:50:56 UTC (rev 24255)
@@ -206,6 +206,11 @@
 	$(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)




More information about the uClibc-cvs mailing list