Lines Matching refs:out
144 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
149 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS))
460 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
481 $(filter-out __build_one_by_one, $(MAKECMDGOALS)): __build_one_by_one
914 cmd_cat = cat $(filter-out $(PHONY), $^) > $@
916 append = cat $(filter-out $< $(PHONY), $^) >> $@
1354 $(filter-out FORCE,$^) -o $@
1542 $(filter-out tools, $(u-boot-dirs)): tools
1545 examples: $(filter-out examples, $(u-boot-dirs))
1756 $(filter-out include, $(shell ls -1 $d 2>/dev/null))))
1922 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))