Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 5 of 5) sorted by relevance

/hypervisor/scripts/makefile/
A Dcfg_update.mk5 CONFIG_XML_ENABLED := $(shell if [ "$(1)" != "" ] || [ "$(2)" != "" ]; then echo false; fi)
6 BOARD_IN_XML := $(shell echo `if [ "$(1)" != "" ]; then sed -n '/<acrn-config/p' $(1) | sed -r 's/.…
7 SCENARIO_IN_XML := $(shell echo `if [ "$(2)" != "" ]; then sed -n '/<acrn-config/p' $(2) | sed -r '…
24 …RELEASE_IN_XML := $(shell echo `sed -n '/<RELEASE/p' $(SCENARIO_FILE) | sed -r 's/.*<RELEASE(.*)>(…
A Dconfig.mk59 …override $(1) := $$(shell xmllint --xpath 'string(/acrn-config/@$(shell echo $(1) | tr A-Z a-z))' …
102 $$(shell sed -i "s@\(<BUILD_TYPE.*>\).*\(</BUILD_TYPE>\)@\1release\2@g" $(HV_SCENARIO_XML))
104 $$(shell sed -i "s@\(<BUILD_TYPE.*>\).*\(</BUILD_TYPE>\)@\1debug\2@g" $(HV_SCENARIO_XML))
259 ifeq ($(shell grep '^$(realpath ${PATCH})$$' ${HV_DIFFCONFIG_LIST}),)
/hypervisor/
A DMakefile8 GCC_MAJOR=$(shell echo __GNUC__ | $(CC) -E -x c - | tail -n 1)
9 GCC_MINOR=$(shell echo __GNUC_MINOR__ | $(CC) -E -x c - | tail -n 1)
14 ASL_COMPILER ?= $(shell which iasl)
16 BASEDIR := $(shell pwd)
52 BASH = $(shell which bash)
76 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 4 ] && echo true))
79 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 4 ] && [ $(GCC_MINOR) -ge 9 ] && echo true))
93 ifeq (true, $(shell [ $(GCC_MAJOR) -gt 8 ] && echo true))
179 ifeq (true, $(shell [ $(GCC_MAJOR) -eq 7 ] && [ $(GCC_MINOR) -ge 3 ] && echo true))
184 ifeq (true, $(shell [ $(GCC_MAJOR) -ge 8 ] && echo true))
[all …]
/hypervisor/debug/
A Dshell_priv.h32 struct shell { struct
A Dshell.c178 static struct shell hv_shell;
179 static struct shell *p_shell = &hv_shell;

Completed in 20 milliseconds