Searched defs:not (Results 1 - 4 of 4) sorted by relevance

/build/core/
H A Dcleanbuild.mk4 # you may not use this file except in compliance with the License.
26 # $(2): indicate to not use makefile path as part of step id if not empty.
30 $(error INTERNAL_CLEAN_BUILD_VERSION not set))
127 define -cs-write-clean-steps-if-arg1-not-empty
130 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 501,1000,$(INTERNAL_CLEAN_STEPS)))
131 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1001,1500,$(INTERNAL_CLEAN_STEPS)))
132 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1501,2000,$(INTERNAL_CLEAN_STEPS)))
133 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2001,2500,$(INTERNAL_CLEAN_STEPS)))
134 $(call -cs-write-clean-steps-if-arg1-not
[all...]
H A Ddefinitions.mk5 # you may not use this file except in compliance with the License.
106 # $(1): variable name list, not variable values
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
448 find -L $(3) -name $(2) -and -not -name ".*") \
481 find -L $(3) -type f -and -name $(2) -and -not -name ".*") \
513 # ($2 is not empty) => HOST_CROSS;
541 $(error $(LOCAL_PATH): Class not defined in call to intermediates-dir-for)) \
544 $(error $(LOCAL_PATH): Name not define
[all...]
/build/make/core/
H A Dcleanbuild.mk4 # you may not use this file except in compliance with the License.
26 # $(2): indicate to not use makefile path as part of step id if not empty.
30 $(error INTERNAL_CLEAN_BUILD_VERSION not set))
127 define -cs-write-clean-steps-if-arg1-not-empty
130 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 501,1000,$(INTERNAL_CLEAN_STEPS)))
131 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1001,1500,$(INTERNAL_CLEAN_STEPS)))
132 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1501,2000,$(INTERNAL_CLEAN_STEPS)))
133 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2001,2500,$(INTERNAL_CLEAN_STEPS)))
134 $(call -cs-write-clean-steps-if-arg1-not
[all...]
H A Ddefinitions.mk5 # you may not use this file except in compliance with the License.
106 # $(1): variable name list, not variable values
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
448 find -L $(3) -name $(2) -and -not -name ".*") \
481 find -L $(3) -type f -and -name $(2) -and -not -name ".*") \
513 # ($2 is not empty) => HOST_CROSS;
541 $(error $(LOCAL_PATH): Class not defined in call to intermediates-dir-for)) \
544 $(error $(LOCAL_PATH): Name not define
[all...]

Completed in 140 milliseconds