Home | History | Annotate | Download | only in src

Lines Matching defs:do

8 # Not everything you can set or do is documented in this makefile. In
87 # do-top-obj: creates the top level object directory.
88 # do-tools-obj: creates object directories for the host toolchain.
89 # do-tools: builds host toolchain.
93 # do-distrib-dirs: creates the distribution directories.
95 # do-lib: builds and installs prerequisites from lib.
96 # do-compat-lib: builds and installs prerequisites from compat/lib
98 # do-x11: builds and installs X11 tools and libraries
100 # do-build: builds and installs the entire system.
101 # do-obsolete: installs the obsolete sets (for the postinstall-* targets).
220 BUILDTARGETS+= do-top-obj
224 BUILDTARGETS+= do-tools-obj
226 BUILDTARGETS+= do-tools
234 BUILDTARGETS+= do-distrib-dirs
239 BUILDTARGETS+= do-lib
240 BUILDTARGETS+= do-compat-lib
242 BUILDTARGETS+= do-sanitizer
244 BUILDTARGETS+= do-sanitizer-tools
248 BUILDTARGETS+= do-x11
251 BUILDTARGETS+= do-build
252 BUILDTARGETS+= do-obsolete
455 do-distrib-dirs: .PHONY .MAKE
463 do-${targ}: .PHONY ${targ}
467 do-tools: .PHONY .MAKE
470 do-lib: .PHONY .MAKE
473 do-compat-lib: .PHONY .MAKE
476 do-sanitizer: .PHONY .MAKE
479 do-sanitizer-tools: .PHONY .MAKE
486 do-top-obj: .PHONY .MAKE
489 do-tools-obj: .PHONY .MAKE
492 do-build: .PHONY .MAKE
497 do-x11: .PHONY .MAKE
509 do-obsolete: .PHONY .MAKE