History log of /netbsd/etc/etc.alpha/Makefile.inc (Results 1 – 11 of 11)
Revision Date Author Comments
# cb154443 29-May-2021 thorpej <thorpej@NetBSD.org>

Provide a binary/kernel/netbsd-GENERIC.QEMU.gz in the Alpha release
hierarchy. This is identical to netbsd-GENERIC, except it has been
dbsym'd so that the kernel symbols are available when running u

Provide a binary/kernel/netbsd-GENERIC.QEMU.gz in the Alpha release
hierarchy. This is identical to netbsd-GENERIC, except it has been
dbsym'd so that the kernel symbols are available when running under
Qemu (which loads the kernel directly, but does not load the symbol
table).

show more ...


# 7bbef699 19-Sep-2020 thorpej <thorpej@NetBSD.org>

GENERIC.MP is no more. GENERIC defaults to MULTIPROCESSOR now.


# 46872135 05-Feb-2015 snj <snj@NetBSD.org>

don't create an empty installation/misc directory in the release tree.


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

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


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

consistency tweaks


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


# 06436e36 10-Oct-2002 jdolecek <jdolecek@NetBSD.org>

add GENERIC.MP to KERNEL_SETS on architectures with MP support


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

remove unused installation/tapeimage


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


# 47ae105d 28-May-2001 he <he@NetBSD.org>

Add Makefile snippets to install netboot in installation/netboot
under ``make release''.


# 6e3b6566 30-Jun-1999 ross <ross@NetBSD.org>

* Define INSTALLATION_DIRS and BUILD_KERNELS.
* Build in src/distrib
* Call the new release targets in src/distrib/{alpha,notes}

Note: The notes installation command is MI and should eventually move

* Define INSTALLATION_DIRS and BUILD_KERNELS.
* Build in src/distrib
* Call the new release targets in src/distrib/{alpha,notes}

Note: The notes installation command is MI and should eventually move
to somewhere in ../Makefile

show more ...