| version 1.240, 2005/08/25 02:04:39 |
version 1.241, 2006/01/04 15:30:02 |
|
|
| # Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR} |
# Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR} |
| # sourcesets: |
# sourcesets: |
| # Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR} |
# Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR} |
| |
# syspkgs: |
| |
# Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR} |
| # |
# |
| # Targets invoked by `make build,' in order: |
# Targets invoked by `make build,' in order: |
| # cleandir: cleans the tree. |
# cleandir: cleans the tree. |
| Line 286 installworld: .PHONY |
|
| Line 288 installworld: .PHONY |
|
| # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR |
# Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR |
| # |
# |
| |
|
| .for tgt in sets sourcesets |
.for tgt in sets sourcesets syspkgs |
| ${tgt}: .PHONY |
${tgt}: .PHONY |
| ${MAKEDIRTARGET} distrib/sets ${tgt} |
${MAKEDIRTARGET} distrib/sets ${tgt} |
| .endfor |
.endfor |