History log of /netbsd/distrib/alpha/Makefile (Results 1 – 23 of 23)
Revision Date Author Comments
# 7cd6f447 23-Jun-2008 matt <matt@NetBSD.org>

Change remaining instances of ${RELEASEDIR}/${MACHINES} to
${RELEASEDIR}/${RELEASEMACHINEDIR}


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


# a250e57c 03-Jan-2003 lukem <lukem@NetBSD.org>

Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.


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

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions tri

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}

show more ...


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

convert to building with NDWO Makefile.tarfloppy.

alpha is now fully NDWO (well, at least, the stuff that's enabled in
distrib/alpha/Makefile)


# 3d543522 30-Apr-2002 lukem <lukem@NetBSD.org>

convert instkernel/fdset into using NDWO Makefile.tarfloppy, which
allows UNPRIVED cross building of aforementioned directory


# f9f50222 26-Apr-2002 matt <matt@NetBSD.org>

Use the correct name of the INSTALL kernel.


# 9e559822 26-Apr-2002 lukem <lukem@NetBSD.org>

replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version


# 2eb6ca7c 11-Apr-2002 lukem <lukem@NetBSD.org>

use RELINSTALL from ../Makefile.inc


# fc30d3eb 10-Apr-2002 lukem <lukem@NetBSD.org>

whitespace tweak


# 8a4df7f4 06-Mar-2002 lukem <lukem@NetBSD.org>

use check_RELEASEDIR, and minor whitespace cleanup


# 811d644d 09-Feb-2002 lukem <lukem@NetBSD.org>

don't set the owner or group when installing into $RELEASEDIR


# 8bef0452 14-Nov-2001 tv <tv@NetBSD.org>

${MAKE} print-objdir -> ${PRINTOBJDIR}


# ef9c9857 07-Nov-2000 matt <matt@NetBSD.org>

Need ${.CURDIR} for README.files (required when using MAKEOBJDIRPREFIX).


# 1f3a06f4 26-Oct-2000 garbled <garbled@NetBSD.org>

Find a bunch of places where we call "make" and replace it with ${MAKE}


# 72b37119 12-Sep-2000 matt <matt@NetBSD.org>

${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.


# a022cf9d 30-Aug-2000 jhawk <jhawk@NetBSD.org>

Use
${MAKE}
instead of
make


# 365f7843 08-Mar-2000 cjs <cjs@NetBSD.org>

Fix typo.


# a195a52b 08-Mar-2000 cjs <cjs@NetBSD.org>

Include bsd.own.mk so we use /etc/mk.conf, which may well have RELEASEDIR
in it.


# 5add126c 20-Nov-1999 sommerfeld <sommerfeld@NetBSD.org>

Don't assume anything about how obj dirs are named.


# 125d7ba1 20-Sep-1999 ross <ross@NetBSD.org>

GENERIC doesn't fit on one floppy anymore. For now, disable the target.


# 147f63da 30-Jun-1999 ross <ross@NetBSD.org>

Add release targets, intended for use by the src/etc/Makefile `make release'.


# d3496126 16-Oct-1998 ross <ross@NetBSD.org>

Someday we might really traverse in distrib; at least traverse this
subdirectory now.