URL
https://opencores.org/ocsvn/core_arm/core_arm/trunk
Subversion Repositories core_arm
[/] [core_arm/] [trunk/] [build/] [Makefile.misc] - Rev 4
Compare with Previous | Blame | View Log
pathsearch = $(firstword $(wildcard $(addsuffix /$(1),$(subst :, ,$(PATH)))))
pathsearch-exit = $(if $(strip $(call pathsearch,$(1))),,@echo $(2);exit 1 )
pathsearch-return = $(strip $(call pathsearch,$(1)))