Home | History | Annotate | Download | only in core

Lines Matching full:awk

156 # Verify that the 'awk' tool has the features we need.
161 HOST_AWK := awk
162 $(call gdk_log,Host awk tool was auto-detected: $(HOST_AWK))
164 $(call gdk_log,Host awk tool from environment: $(HOST_AWK))
167 # Location of all awk scripts we use
168 BUILD_AWK := $(GDK_ROOT)/build/awk
170 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
171 $(call gdk_log,Host awk test returned: $(AWK_TEST))
173 $(call __gdk_info,Host awk tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !)
193 # The function for 2/ is generated by an awk script. It's really a series
222 # Call an awk script to generate a Makefile fragment used to define a function
223 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
226 $(eval $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))