Lines Matching full:awk
299 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
349 # Verify that the 'awk' tool has the features we need.
354 HOST_AWK := awk
356 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
358 # Location of all awk scripts we use
359 BUILD_AWK := $(NDK_ROOT)/build/awk
361 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
362 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
364 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
413 # Call an awk script to generate a Makefile fragment used to define a function
414 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
417 $(eval $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))