| version 1.205, 2003/04/18 19:14:39 |
version 1.206, 2003/05/10 07:12:37 |
|
|
| # (See etc/Makefile for more information on this.) |
# (See etc/Makefile for more information on this.) |
| # regression-tests: |
# regression-tests: |
| # Runs the regression tests in "regress" on this host. |
# Runs the regression tests in "regress" on this host. |
| |
# sets: |
| |
# Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR} |
| |
# sourcesets: |
| |
# Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR} |
| # |
# |
| # Targets invoked by `make build,' in order: |
# Targets invoked by `make build,' in order: |
| # cleandir: cleans the tree. |
# cleandir: cleans the tree. |
|
|
| @printf "make ${.TARGET} finished at: " && date |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| # |
# |
| # Create sets from $DESTDIR into $RELEASEDIR |
# Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR |
| # |
# |
| |
|
| sets: |
.for tgt in sets sourcesets |
| (cd ${.CURDIR}/distrib/sets && ${MAKE} maketars) |
${tgt}: |
| |
(cd ${.CURDIR}/distrib/sets && ${MAKE} $@) |
| |
.endfor |
| |
|
| # |
# |
| # Build a release or snapshot (implies "make build"). Note that |
# Build a release or snapshot (implies "make build"). Note that |