Home | History | Annotate | Download | only in core

Lines Matching defs:paths

26 # Full paths to all of the documentation
40 # Full paths to targets that should be added to the "make droid"
442 # Returns: a list of paths relative to the base dir.
835 ## base paths ending in /.
1205 ## Helper to set include paths form transform-*-to-o
1458 # Replace "../" in object paths with $(DOTDOT_REPLACEMENT).
3271 define try-validate-paths-are-subdirs
3279 define validate-paths-are-subdirs
3280 $(if $(call try-validate-paths-are-subdirs,$(1)),
3281 $(call pretty-error,Illegal paths:\'$(call try-validate-paths-are-subdirs,$(1))\')
3287 ## and try-validate-paths-are-subdirs
3288 define test-validate-paths-are-subdirs
3315 $(eval my_error := $(call try-validate-paths-are-subdirs,a/b /c/d e/f))
3320 $(eval my_error := $(call try-validate-paths-are-subdirs,a/b c/d))
3327 $(strip $(call test-validate-paths-are-subdirs))
3345 $(call validate-paths-are-subdirs,$(1))