Lines Matching full:awk
307 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
357 # Verify that the 'awk' tool has the features we need.
362 HOST_AWK := awk
364 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
366 # Location of all awk scripts we use
367 BUILD_AWK := $(NDK_ROOT)/build/awk
369 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
370 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
372 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
421 # Call an awk script to generate a Makefile fragment used to define a function
422 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
425 $(eval $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))