History log of /netbsd/etc/etc.sgimips/Makefile.inc (Results 1 – 22 of 22)
Revision Date Author Comments
# 12e68634 15-Jan-2012 joerg <joerg@NetBSD.org>

Now that the name of the ISO image is no longer stable, rename the
variable to make it possible to overwrite the default with
build.sh -V CDROM_IMAGE=...


# 6728d56f 27-Dec-2010 christos <christos@NetBSD.org>

`` -> $()


# 48fa46df 27-Aug-2010 tsutsui <tsutsui@NetBSD.org>

Fix yet another botch on mips64 merge.


# 18194812 14-Dec-2009 matt <matt@NetBSD.org>

Merge from matt-nb5-mips64


# 96230fab 19-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.


# 2c1c2b60 18-Mar-2008 lukem <lukem@NetBSD.org>

Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR
just like etc/Makefile does.


# de89ac53 24-Jul-2007 pavel <pavel@NetBSD.org>

Add a comment reminding to update the release notes if the list of
kernels change.


# ae77ae0c 16-Mar-2007 bad <bad@NetBSD.org>

Recent versions of mkisofs (I've tested starting with cdrtools-2.01.01a20)
can't find the el-torito boot image with the old syntax. This can be
fixed by removed the leading "i386/" from the -b argume

Recent versions of mkisofs (I've tested starting with cdrtools-2.01.01a20)
can't find the el-torito boot image with the old syntax. This can be
fixed by removed the leading "i386/" from the -b argument, but then
the mkisofs from the current cdrtools-2.01 package won't find the boot image.

Change the graf-point specifications so that a trailing / terminates
the grafted directories. This way both versions of mkisofs can find the
boot loader.

show more ...


# c1a47858 04-Oct-2005 martin <martin@NetBSD.org>

Better size estimation (the previous code counted the compressed kernels,
but we only need the constant size volume header)


# 7a5b2dfb 10-May-2005 martin <martin@NetBSD.org>

Tweak the iso-image support: avoid arbitrary hardcoded sizes - use awk to
estimate the real size and round up a bit instead. Doesn't matter much, but
produces a "better" sgi volume header.
While ther

Tweak the iso-image support: avoid arbitrary hardcoded sizes - use awk to
estimate the real size and round up a bit instead. Doesn't matter much, but
produces a "better" sgi volume header.
While there, simplify a few bits and avoid grep|awk pipes.

show more ...


# 441f539b 22-Apr-2005 martin <martin@NetBSD.org>

Pickup bootblock.h from $DESTDIR to make this work when crosscompiling.


# 2a2d87d1 24-Nov-2004 jmc <jmc@NetBSD.org>

Remove all references to vnd usage here now that sgivol works correctly on file
images


# c1d9edf7 13-Nov-2004 sekiya <sekiya@NetBSD.org>

Add the IP12 GENERIC kernel.


# 845cc267 15-Nov-2003 sekiya <sekiya@NetBSD.org>

Add iso-image-md-pre and iso-image-md-post targets. Installation media can
now be built with the iso-image target from ${NETBSDSRCDIR}/etc.


# 96dd3017 13-Nov-2003 sekiya <sekiya@NetBSD.org>

Adapt to new config file naming convention.


# fe5f6ce9 02-Dec-2002 lukem <lukem@NetBSD.org>

- add snap_post, which makes "clean depend all release" in ../distrib/
for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing

- add snap_post, which makes "clean depend all release" in ../distrib/
for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing uses it any more
- use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate

show more ...


# be1025a9 21-May-2002 rafal <rafal@NetBSD.org>

Add glue for release stuff, extra ramdisk kernels, etc.


# f514efc6 13-May-2002 soren <soren@NetBSD.org>

Make the build machinery happy for now.


# 8c1a587c 08-May-2002 jdolecek <jdolecek@NetBSD.org>

sgimips doesn't have GENERIC ATM


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

- consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
for a given platform


# 44f4566e 29-Nov-2001 thorpej <thorpej@NetBSD.org>

Change the way kernel sets are specified, and make them
more consistent. To quote the comment in etc/Makefile
that describes how it's done:

# This target builds the kernels specified by each port.

Change the way kernel sets are specified, and make them
more consistent. To quote the comment in etc/Makefile
that describes how it's done:

# This target builds the kernels specified by each port. A port may
# specify the following kernels:
#
# KERNEL_SETS The list of kernels that will be
# packaged into sets, named
# kern-${kernel}.tgz. These kernels
# are also placed in the binary/kernels
# area of the release package as
# netbsd-${kernel}.gz.
#
# EXTRA_KERNELS Additional kernels to place in the
# binary/kernels area of the release
# package as netbsd-${kernel}.gz, but
# which are not placed into sets. This
# allows a port to provide e.g. a netbootable
# installation kernel containing a ramdisk.
#
# BUILD_KERNELS Additional kernels to build which are
# not placed into sets nor into the
# binary/kernels area of the release
# package. These are typically kernels
# that are built for inclusion only in
# installation disk/CD-ROM/tape images.
#

show more ...


# e5c4213a 20-Nov-2001 soren <soren@NetBSD.org>

etc Makefile.inc for sgimips.