Home | History | Annotate | Download | only in core

Lines Matching refs:awk

308             HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
361 # Verify that the 'awk' tool has the features we need.
366 HOST_AWK := awk
368 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
370 # Location of all awk scripts we use
371 BUILD_AWK := $(NDK_ROOT)/build/awk
373 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
374 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
376 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
425 # Call an awk script to generate a Makefile fragment used to define a function
426 WINDOWS_HOST_PATH_FRAGMENT := $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
429 $(eval $(shell mount | tr '\\' '/' | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))