History log of /netbsd/distrib/Makefile (Results 1 – 19 of 19)
Revision Date Author Comments
# 455d0ceb 14-Feb-2012 joerg <joerg@NetBSD.org>

Build release notes if groff is present (MKGROFF!=no), not if man pages
are requested (MKMAN!=no).


# d9241548 22-Jan-2012 tsutsui <tsutsui@NetBSD.org>

Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD witho

Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
msdosfs or partitioning MD label structures) support this target.

"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.

For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html

No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.

Closes PR toolchain/45153 and PR misc/45155.

show more ...


# 579e18cb 04-Jan-2012 riz <riz@NetBSD.org>

Build in 'utils' subdir before building miniroot, or the MD bits.
When making changes to 'sysinst', for example, one would expect them
reflected in the generated installers.


# ab165b17 21-Nov-2008 ad <ad@NetBSD.org>

Create a dynamically linked sysinst as part of the build process, but don't
install it.


# 4eb7fcb8 21-Aug-2008 lukem <lukem@NetBSD.org>

Don't descend into distrib/notes if MKMAN==no, because
groff (et al) isn't available in $TOOLDIR in that situation.
Fixes PR 30675.
(If we ever implement more specific "don't build groff" or "don't b

Don't descend into distrib/notes if MKMAN==no, because
groff (et al) isn't available in $TOOLDIR in that situation.
Fixes PR 30675.
(If we ever implement more specific "don't build groff" or "don't build C++"
build knobs, we can change this to use that.)

show more ...


# fee07bcf 06-Mar-2007 bouyer <bouyer@NetBSD.org>

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. T

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.

show more ...


# 885c0b6f 12-May-2004 cl <cl@NetBSD.org>

``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
for i386. The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets


# 4c5fc72c 25-Apr-2004 christos <christos@NetBSD.org>

descend to utils if we are making obj


# 3e065ff8 25-Jul-2002 matt <matt@NetBSD.org>

Need to wait after making the notes in case the port uses them later on.


# e3e1a93b 23-Jul-2002 lukem <lukem@NetBSD.org>

add TARGETS+=release


# 2c785b83 09-May-2002 lukem <lukem@NetBSD.org>

.WAIT on miniroot, as some ports (such as sparc) need it built for
later steps to operate


# f9a00fe8 02-May-2002 lukem <lukem@NetBSD.org>

don't descend into utils as it's not necessary with recent crunchgens


# 41b068f7 02-Apr-2002 lukem <lukem@NetBSD.org>

Revert previous, and add back "utils" to SUBDIRS.
I accidentally committed the previous rev with the wrong commit message
(thanks go to Nick Hudson <skrll@netbsd.org> for picking this up).
Eventually

Revert previous, and add back "utils" to SUBDIRS.
I accidentally committed the previous rev with the wrong commit message
(thanks go to Nick Hudson <skrll@netbsd.org> for picking this up).
Eventually we will probably want to stop descending into utils, but
now is not that time.

show more ...


# 50fa8390 12-Mar-2002 lukem <lukem@NetBSD.org>

tweak the size from 4500k to 4480k, which is on a cyl group boundary


# 4e538257 06-Mar-2002 lukem <lukem@NetBSD.org>

only descend into miniroot if ${MACHINE}/miniroot/Makefile.inc exists


# 7478797a 21-Jun-2001 hubertf <hubertf@NetBSD.org>

undo previous (test)


# e65828f6 21-Jun-2001 hubertf <hubertf@NetBSD.org>

whitespace-change
[log_accom test for committing to >1 module]


# 21fbe5b6 25-Apr-1999 veego <veego@NetBSD.org>

Enter the notes subdir before entering the machine directories.
This is needed, at least for the alpha, to get the INSTALL.more doc.


# 8a77a8a4 02-May-1998 ross <ross@NetBSD.org>

Descend into ./utils and ./notes, possibly into ./miniroot and also
into ./${MACHINE} if ${MACHINE}/Makefile exists. (None do right now.)