| version 1.201, 2003/04/03 00:41:50 |
version 1.202, 2003/04/04 01:06:00 |
|
|
| # cleandir: cleans the tree. |
# cleandir: cleans the tree. |
| # obj: creates object directories. |
# obj: creates object directories. |
| # do-tools: builds host toolchain. |
# do-tools: builds host toolchain. |
| |
# do-tools-compat: builds the "libnbcompat" library; needed for some |
| |
# random host tool programs in the source tree. |
| # do-distrib-dirs: creates the distribution directories. |
# do-distrib-dirs: creates the distribution directories. |
| # includes: installs include files. |
# includes: installs include files. |
| # do-lib-csu: builds and installs prerequisites from lib/csu. |
# do-lib-csu: builds and installs prerequisites from lib/csu. |
| Line 162 BUILDTARGETS+= do-distrib-dirs |
|
| Line 164 BUILDTARGETS+= do-distrib-dirs |
|
| .if !defined(NOINCLUDES) |
.if !defined(NOINCLUDES) |
| BUILDTARGETS+= includes |
BUILDTARGETS+= includes |
| .endif |
.endif |
| |
BUILDTARGETS+= do-tools-compat |
| BUILDTARGETS+= do-lib-csu do-lib-libc do-lib-libcrypt do-lib do-gnu-lib do-ld.so do-build |
BUILDTARGETS+= do-lib-csu do-lib-libc do-lib-libcrypt do-lib do-gnu-lib do-ld.so do-build |
| BUILDTARGETS+= do-obsolete |
BUILDTARGETS+= do-obsolete |
| |
|
| Line 288 do-${targ}: ${targ} |
|
| Line 291 do-${targ}: ${targ} |
|
| @true |
@true |
| .endfor |
.endfor |
| |
|
| |
<<<<<<< Makefile |
| |
.for dir in tools tools/compat lib/csu lib/libc lib gnu/lib |
| |
======= |
| .for dir in tools lib/csu lib/libc lib/libcrypt lib gnu/lib |
.for dir in tools lib/csu lib/libc lib/libcrypt lib gnu/lib |
| |
>>>>>>> 1.201 |
| do-${dir:S/\//-/}: |
do-${dir:S/\//-/}: |
| .for targ in dependall install |
.for targ in dependall install |
| (cd ${.CURDIR}/${dir} && ${MAKE} ${targ}) |
(cd ${.CURDIR}/${dir} && ${MAKE} ${targ}) |