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

/solaris-userland/make-rules/
H A Dshared-macros.mk96 # Defines $(space) as a single blank space, so we can use it to convert
97 # space-separated paths to colon-separated paths in variables with
98 # $(subst $(space),:,$(strip $(SPATHS)))
100 space := $(empty) $(empty) macro
725 PKG_CONFIG_PATH = $(subst $(space),:,$(strip \

Completed in 19 milliseconds