| version 1.258, 2008/10/03 18:09:48 |
version 1.259, 2008/10/16 09:43:12 |
|
|
| # do-lib: builds and installs prerequisites from lib. |
# do-lib: builds and installs prerequisites from lib. |
| # do-gnu-lib: builds and installs prerequisites from gnu/lib. |
# do-gnu-lib: builds and installs prerequisites from gnu/lib. |
| # do-external-lib: builds and installs prerequisites from external/lib. |
# do-external-lib: builds and installs prerequisites from external/lib. |
| # do-sys-rump-fs-lib: builds and installs prerequisites from sys/rump/fs/lib |
# do-sys-rump-fs-lib: builds and installs prerequisites from sys/rump/fs/lib |
| |
# do-sys-rump-net-lib: builds and installs prerequisites from sys/rump/net/lib |
| # do-ld.so: builds and installs prerequisites from libexec/ld.*_so. |
# do-ld.so: builds and installs prerequisites from libexec/ld.*_so. |
| # do-build: builds and installs the entire system. |
# do-build: builds and installs the entire system. |
| # do-x11: builds and installs X11; either |
# do-x11: builds and installs X11; either |
| Line 217 BUILDTARGET+= do-libpcc |
|
| Line 218 BUILDTARGET+= do-libpcc |
|
| .endif |
.endif |
| BUILDTARGETS+= do-lib-libc |
BUILDTARGETS+= do-lib-libc |
| BUILDTARGETS+= do-lib do-gnu-lib do-external-lib |
BUILDTARGETS+= do-lib do-gnu-lib do-external-lib |
| BUILDTARGETS+= do-sys-rump-fs-lib |
BUILDTARGETS+= do-sys-rump-fs-lib do-sys-rump-net-lib |
| BUILDTARGETS+= do-ld.so |
BUILDTARGETS+= do-ld.so |
| BUILDTARGETS+= do-build |
BUILDTARGETS+= do-build |
| .if ${MKX11} != "no" || ${MKXORG} != "no" |
.if ${MKX11} != "no" || ${MKXORG} != "no" |
| Line 375 BUILD_CC_LIB+= external/bsd/pcc/crtstuff |
|
| Line 376 BUILD_CC_LIB+= external/bsd/pcc/crtstuff |
|
| BUILD_CC_LIB+= external/bsd/pcc/libpcc |
BUILD_CC_LIB+= external/bsd/pcc/libpcc |
| .endif |
.endif |
| |
|
| .for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib sys/rump/fs/lib |
.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib sys/rump/fs/lib sys/rump/net/lib |
| do-${dir:S/\//-/g}: .PHONY .MAKE |
do-${dir:S/\//-/g}: .PHONY .MAKE |
| .for targ in dependall install |
.for targ in dependall install |
| ${MAKEDIRTARGET} ${dir} ${targ} |
${MAKEDIRTARGET} ${dir} ${targ} |