diff options
| author | bouyer <bouyer@NetBSD.org> | 2007-03-06 21:56:47 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2007-03-06 21:56:47 +0000 |
| commit | fee07bcfd46712df4999afae96be21baa7762e08 (patch) | |
| tree | 3ee23a740ca70df7caeb30c96c6e5f5403e833f1 /Makefile | |
| parent | 04825266e642e8e44449b11d8a14890fd7c96e7b (diff) | |
Add an iso_image target (iso-image as a target name doesn't play well with
bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE
with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for:
alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax.
mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.246 2006/09/07 03:51:44 dbj Exp $ +# $NetBSD: Makefile,v 1.247 2007/03/06 21:56:47 bouyer Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -314,6 +314,7 @@ release snapshot: .PHONY .MAKE # iso-image: .PHONY + ${MAKEDIRTARGET} distrib iso_image ${MAKEDIRTARGET} etc iso-image @echo "make ${.TARGET} started at: ${START_TIME}" @printf "make ${.TARGET} finished at: " && date |
