| History log of /src/etc/etc.sparc/Makefile.inc |
| Revision | | Date | Author | Comments |
| 1.43 |
| 14-Mar-2012 |
martin | Disable generation of boot floppy images for sparc, which do not fit on floppy disks anymore, to unbreak the build (for now). If someone feels like adding and testing ustarfs support in the floppy /boot, please reenable again.
|
| 1.42 |
| 15-Jan-2012 |
joerg | branches: 1.42.2; 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=...
|
| 1.41 |
| 18-Mar-2008 |
lukem | branches: 1.41.22; Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR just like etc/Makefile does.
|
| 1.40 |
| 24-Jul-2007 |
pavel | branches: 1.40.4; 1.40.10; 1.40.12; 1.40.14; Add a comment reminding to update the release notes if the list of kernels change.
|
| 1.39 |
| 15-Dec-2003 |
martin | Add JavaStation kernels to KERNEL_SETS
|
| 1.38 |
| 15-Dec-2003 |
martin | bootjs.elf -> bootjs.net
|
| 1.37 |
| 14-Dec-2003 |
martin | Place bootjs.elf in .../installation/netboot too (boot.net can't be used for JavaStations)
|
| 1.36 |
| 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.35 |
| 08-Mar-2003 |
lukem | - rename 'iso-image_*' -> 'iso-image-*' - run MAKESUMS in iso-image, *after* the MD iso-image-md-post has run, since the latter might actually modify the generated image...
|
| 1.34 |
| 07-Mar-2003 |
lukem | use distrib/common/sunbootcd.sh instead of building the non-cross-friendly distrib/utils/mksunbootcd/mksunbootcd
|
| 1.33 |
| 13-Jan-2003 |
matt | Build and supply a GENERIC.MP now that SMP works.
|
| 1.32 |
| 04-Jan-2003 |
lukem | - Enable OBJ support for etc/; a scratch dir is needed for iso-image. - Add ${.CURDIR} to various rules. - Remove the ${KERNOBJDIR} (sys/arch/${MACHINE}/compile) objdir creation from here. - Rework iso-image to copy temporary files (such as kernels or boot files) into a temporary directory instead of stomping over ${RELEASEDIR}, and use mkisofs -graft-points to merge the temporary directory and ${RELEASEDIR}/${MACHINE}. NOTE: mkisofs 2.0 is highly recommended for functioning -graft-points - Add some more comments
|
| 1.31 |
| 03-Jan-2003 |
lukem | Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of "${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only cleaned if UPDATE is not defined.
|
| 1.30 |
| 02-Dec-2002 |
lukem | consistency tweaks
|
| 1.29 |
| 02-Dec-2002 |
lukem | - 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
|
| 1.28 |
| 10-Oct-2002 |
jdolecek | back previous off; as pointed out by Jason, MP doesn't work on sparc yet
|
| 1.27 |
| 10-Oct-2002 |
jdolecek | add GENERIC.MP to KERNEL_SETS on architectures with MP support
|
| 1.26 |
| 02-May-2002 |
lukem | - consistency cleanup - ensure INSTALLATION_DIRS contains the appropriate extra directories for a given platform
|
| 1.25 |
| 31-Mar-2002 |
bjh21 | Add a MAKESUMS variable which invokes makesums with CKSUM in its environment. Use this whenever we want to invoke makesums.
|
| 1.24 |
| 05-Mar-2002 |
thorpej | Use ${PRINTOBJDIR}.
|
| 1.23 |
| 29-Nov-2001 |
thorpej | 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. #
|
| 1.22 |
| 04-Mar-2001 |
mrg | build GENERIC_SUN4U kernel.
|
| 1.21 |
| 31-Oct-2000 |
pk | * Add `installation/floppy' and `installation/tape' directories to the release(7) hierarchy and populate them with links to images in `bootfs'
* Remove miniroot scripts from `installation/netboot'; these are contained in the instfs.tgz which can be used to setup an NFS root directory (for installation purposes).
* Make the bootable cd-rom image using the `bootfs' filesystem, since a bug in the cd driver prevents us from running directly from a CD filesystem.
|
| 1.20 |
| 22-Oct-2000 |
pk | Do `make release' in distrib/sparc/instfs.
|
| 1.19 |
| 20-Oct-2000 |
pk | Add target to make a bootable CD-R image.
|
| 1.18 |
| 20-Oct-2000 |
pk | Remove references to {bootfs,ramdisk}.sysinst.
|
| 1.17 |
| 28-Sep-2000 |
abs | Prior art in naming would suggest INSTALL_SYSINST rather than INSTALL-SYSINST.
|
| 1.16 |
| 04-Sep-2000 |
abs | Run 'make release' in sysinst distrib dirs
|
| 1.15 |
| 14-Nov-1999 |
pk | branches: 1.15.4; Remove unnecessary inclusion.
|
| 1.14 |
| 18-Oct-1999 |
pk | Add sparc MD parts to `make release'.
|
| 1.13 |
| 05-Feb-1999 |
cjs | branches: 1.13.2; 1.13.4; Update all this crap so that `make snapshot' makes snapshots in release(7) format, rather than in some unknown format. Also clean up the code a bit, remove some code duplication, and add documentation to the Makefile.
|
| 1.12 |
| 09-Oct-1998 |
itohy | Use "${MAKE}" instead of "make" for cross compilation.
|
| 1.11 |
| 28-Jun-1998 |
fair | These commits do two things:
1. Provide a consistent and extensible framework for compiling kernels for the "make snapshot" target.
2. Add OBJDIR support for the "make snapshot" target, in the form of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR. Default values are in the Makefile.inc, and for OBJDIR they should be defined in /etc/mk.conf as
KERNSRCDIR=${BSDSRCDIR}/sys KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile
The next step is to make a new target in the src/etc/Makefile for "release" (or something like that) to make release(7) format files.
|
| 1.10 |
| 24-Jun-1998 |
fair | an experiment in OBJDIR support for "make snapshot" for sparc
|
| 1.9 |
| 20-Sep-1997 |
mikel | RCSid police
|
| 1.8 |
| 31-Aug-1997 |
pk | Don't copy files which are no longer here.
|
| 1.7 |
| 12-May-1995 |
pk | config.new => config; use GENERIC kernels.
|
| 1.6 |
| 12-Aug-1994 |
deraadt | build netbsd.scsi3 kernel too
|
| 1.5 |
| 27-Jul-1994 |
deraadt | cleanup
|
| 1.4 |
| 27-Apr-1994 |
deraadt | branches: 1.4.2; ship a dev.cpio.gz that has devices built in it
|
| 1.3 |
| 20-Apr-1994 |
deraadt | duh
|
| 1.2 |
| 18-Apr-1994 |
deraadt | my life is now easier
|
| 1.1 |
| 12-Apr-1994 |
deraadt | build two needed kernels
|
| 1.4.2.2 |
| 12-Aug-1994 |
mycroft | update from trunk
|
| 1.4.2.1 |
| 28-Jul-1994 |
cgd | from trunk.
|
| 1.13.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.13.2.1 |
| 13-Jul-2000 |
he | Apply patch (requested by he): Enhance the "make release" process: o Make installation directories o Build the distrib bits
|
| 1.15.4.3 |
| 01-Nov-2000 |
tv | Pullup 1.21 [pk]: * Add `installation/floppy' and `installation/tape' directories to the release(7) hierarchy and populate them with links to images in `bootfs'
* Remove miniroot scripts from `installation/netboot'; these are contained in the instfs.tgz which can be used to setup an NFS root directory (for installation purposes).
* Make the bootable cd-rom image using the `bootfs' filesystem, since a bug in the cd driver prevents us from running directly from a CD filesystem.
|
| 1.15.4.2 |
| 22-Oct-2000 |
tv | Pullup 1.20 [pk]: Do `make release' in distrib/sparc/instfs.
|
| 1.15.4.1 |
| 20-Oct-2000 |
tv | Pullup 1.17-1.19 by patch [pk]: Add target for bootable CD-ROM.
|
| 1.40.14.2 |
| 24-Jul-2007 |
pavel | Add a comment reminding to update the release notes if the list of kernels change.
|
| 1.40.14.1 |
| 24-Jul-2007 |
pavel | file Makefile.inc was added on branch matt-mips64 on 2007-07-24 10:49:29 +0000
|
| 1.40.12.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
| 1.40.10.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
| 1.40.4.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.41.22.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.42.2.1 |
| 24-Mar-2012 |
bouyer | Pull up following revision(s) (requested by martin in ticket #139): distrib/sparc/bootfs/Makefile: revision 1.40 etc/etc.sparc/Makefile.inc: revision 1.43 Disable generation of boot floppy images for sparc, which do not fit on floppy disks anymore, to unbreak the build (for now). If someone feels like adding and testing ustarfs support in the floppy /boot, please reenable again.
|