| version 1.289, 2011/09/09 14:23:37 |
version 1.290, 2012/01/22 03:53:32 |
|
|
| # Create CD-ROM image with source in RELEASEDIR/iso. |
# Create CD-ROM image with source in RELEASEDIR/iso. |
| # RELEASEDIR must already have been populated by |
# RELEASEDIR must already have been populated by |
| # `make release sourcesets' or equivalent. |
# `make release sourcesets' or equivalent. |
| |
# live-image: |
| |
# Create bootable live image for emulators or USB stick etc. |
| |
# in RELEASEDIR/liveimage. |
| |
# RELEASEDIR must already have been populated by `make release' |
| |
# or equivalent. |
| |
# install-image: |
| |
# Create bootable installation image for USB stick etc. |
| |
# in RELEASEDIR/installimage. |
| |
# RELEASEDIR must already have been populated by `make release' |
| |
# or equivalent. |
| # |
# |
| # Targets invoked by `make build,' in order: |
# Targets invoked by `make build,' in order: |
| # cleandir: cleans the tree. |
# cleandir: cleans the tree. |
| Line 402 iso-image-source: .PHONY |
|
| Line 412 iso-image-source: .PHONY |
|
| @printf "make ${.TARGET} finished at: " && date |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| # |
# |
| |
# Create bootable live images. |
| |
# |
| |
|
| |
live-image: .PHONY |
| |
${MAKEDIRTARGET} etc live-image |
| |
@echo "make ${.TARGET} started at: ${START_TIME}" |
| |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| |
# |
| |
# Create bootable installation images. |
| |
# |
| |
|
| |
install-image: .PHONY |
| |
${MAKEDIRTARGET} etc install-image |
| |
@echo "make ${.TARGET} started at: ${START_TIME}" |
| |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| |
# |
| # Special components of the "make build" process. |
# Special components of the "make build" process. |
| # |
# |
| |
|