Lines Matching full:bootstrap
163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
956 .if !target(bootstrap-empty)
957 .if !target(bootstrap) && (make(bootstrap) || \
958 make(bootstrap-this) || \
959 make(bootstrap-recurse) || \
960 make(bootstrap-empty))
968 .elif !make(bootstrap-empty)
972 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
980 bootstrap-this: .NOTMAIN
990 bootstrap: bootstrap-recurse
991 bootstrap-recurse: bootstrap-this
994 bootstrap-recurse: .NOTMAIN .MAKE
999 echo "Checking $$d for bootstrap ..."; \
1000 (cd $$d && ${.MAKE} -f ${_mf} bootstrap-recurse); \
1006 bootstrap-empty: .NOTMAIN .NOMETA