Lines Matching +full:- +full:- +full:build +full:- +full:dir
4 # The Makefile also allow for more convinient build of external modules
7 # $1 - Kernel src directory
8 # $2 - Output directory
9 # $3 - version
10 # $4 - patchlevel
13 test ! -r $2/Makefile -o -O $2/Makefile || exit 0
16 if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
31 makedir := \$(dir \$(call lastword,\$(MAKEFILE_LIST)))
40 MAKEARGS := -C $1
43 MAKEFLAGS += --no-print-directory
45 .PHONY: __sub-make \$(MAKECMDGOALS)
47 __sub-make:
50 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make