Lines Matching refs:error
15 COPY := $$(error "Replace COPY with call to SHELL_COPY or SHELL_COPY_TREE.")
16 CP := $$(error "Replace CP with call to SHELL_COPY or SHELL_COPY_TREE.")
17 DEL := $$(error "Replace DEL with call to SHELL_DELETE.")
18 MD := $$(error "Replace MD with call to MAKE_PREREQ_DIR.")
19 MKDIR := $$(error "Replace MKDIR with call to MAKE_PREREQ_DIR.")
20 RD := $$(error "Replace RD with call to SHELL_REMOVE_DIR.")
21 RM := $$(error "Replace RM with call to SHELL_DELETE.")
22 RMDIR := $$(error "Replace RMDIR with call to SHELL_REMOVE_DIR.")
54 $(error "SHELL_COPY not defined for build environment.")
57 $(error "SHELL_COPY_TREE not defined for build environment.")
60 $(error "SHELL_DELETE_ALL not defined for build environment.")
63 $(error "SHELL_DELETE not defined for build environment.")
66 $(error "MAKE_PREREQ_DIR not defined for build environment.")
69 $(error "SHELL_REMOVE_DIR not defined for build environment.")