Home | History | Annotate | only in /src/distrib/bebox
History log of /src/distrib/bebox
RevisionDateAuthorComments
 1.1 28-Oct-2010  kiyohara Build ramdisk and floppies dir.
 1.3 28-Oct-2010  kiyohara Add kernel dir to SUBDIR.
 1.2 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.1 19-Nov-1998  sakamoto branches: 1.1.44;
Add bebox install floppy and sysinst files.
 1.1.44.1 05-Oct-2008  mjf Sync with HEAD.
 1.5 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.4 26-Apr-2002  lukem branches: 1.4.34;
s/VER/DISTRIBVER/
 1.3 10-Apr-2002  lukem replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to
be "accurate". document _SRC_TOP_.
 1.2 02-May-2000  sjg branches: 1.2.4;
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.1 19-Nov-1998  sakamoto Add bebox install floppy and sysinst files.
 1.2.4.1 25-Mar-2002  he Apply patch (requested by he):
Introduce dependency between ramdisk/miniroot construction and
osrelease.sh, to better support UPDATE builds of releases.
 1.4.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 18-Sep-2009  abs Merge four separate copies of list2sh.awk runlist.sh (three identical
and one with slightly less options). Release build verified on amiga,
bebox and evbsh3. Vax build fails for unrelated reason.
 1.1 19-Nov-1998  sakamoto branches: 1.1.44;
Add bebox install floppy and sysinst files.
 1.1.44.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 18-Sep-2009  abs Merge four separate copies of list2sh.awk runlist.sh (three identical
and one with slightly less options). Release build verified on amiga,
bebox and evbsh3. Vax build fails for unrelated reason.
 1.1 19-Nov-1998  sakamoto branches: 1.1.44;
Add bebox install floppy and sysinst files.
 1.1.44.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.2 02-May-2000  sjg branches: 1.2.38;
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.1 19-Nov-1998  sakamoto Add bebox install floppy and sysinst files.
 1.2.38.1 05-Oct-2008  mjf Sync with HEAD.
 1.14 08-Feb-2024  christos PR/57906: Jan-Benedict Glaw: Extend`mkbootimage` to allow for
$MKREPRO_TIMESTAMP usage
 1.13 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.12 18-Sep-2009  abs Merge four separate copies of list2sh.awk runlist.sh (three identical
and one with slightly less options). Release build verified on amiga,
bebox and evbsh3. Vax build fails for unrelated reason.
 1.11 03-Apr-2009  perry Consistently use gzip with the -n flag so dates are not embedded.

Not tested on all platforms.
 1.10 26-Oct-2003  lukem branches: 1.10.32; 1.10.42;
Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
 1.9 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.8 13-Apr-2002  lukem use gzip -9f
 1.7 05-Mar-2002  thorpej Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
 1.6 05-Mar-2002  thorpej Use ${PRINTOBJDIR}.
 1.5 21-Oct-2001  jmc Convert to using ${MDSETIMAGE}.

Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
it overriden as needed for cross/-current builds.
 1.4 02-May-2000  sjg use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.3 04-Mar-1999  wrstuden Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
 1.2 24-Nov-1998  sakamoto Remove script about installboot.
 1.1 19-Nov-1998  sakamoto Add bebox install floppy and sysinst files.
 1.10.42.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.10.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.1 19-Nov-1998  sakamoto branches: 1.1.44;
Add bebox install floppy and sysinst files.
 1.1.44.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.1 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.2 25-Jan-2011  mrg use ${PRINTOBJDIR} to find the ../kernel-ramdisk/netbsd-INSTALL.gz, don't
depend upon a particular obj setup.
 1.1 20-Oct-2010  kiyohara branches: 1.1.2;
Add INSTALL+ramdisk fllopy for installation.
 1.1.2.1 08-Feb-2011  bouyer Sync with HEAD
 1.1 17-Oct-2010  kiyohara Cleanup floppy directory.
 1.5 15-Sep-2020  mrg bump bebox and prep image sizes for GCC 9.
 1.4 29-Dec-2019  christos 1. Remove all the special handling of variables (-d -p -P -s -S) that
were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
and LDSTATIC used to be passed before) instead of appending them
to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)
 1.3 24-Jan-2017  christos branches: 1.3.12;
+= for MAKEFS_FLAGS
 1.2 08-Aug-2014  joerg branches: 1.2.6; 1.2.10;
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.1 17-Oct-2010  kiyohara branches: 1.1.12; 1.1.24;
Add ramdisk directory and files.
 1.1.24.1 10-Aug-2014  tls Rebase.
 1.1.12.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.10.1 21-Apr-2017  bouyer Sync with HEAD
 1.2.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.3.12.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.2 09-Jan-2020  martin PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.1 17-Oct-2010  kiyohara branches: 1.1.48; 1.1.50;
Add ramdisk directory and files.
 1.1.50.1 28-Jan-2020  msaitoh Pull up following revision(s) (requested by martin in ticket #669):
distrib/playstation2/miniroot/dot.profile: revision 1.5
distrib/sparc64/instfs/dot.profile: revision 1.8
distrib/hpcarm/miniroot/dot.profile: revision 1.3
distrib/emips/miniroot/dot.profile: revision 1.2
distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16
distrib/zaurus/ramdisk/dot.profile: revision 1.4
distrib/i386/ramdisks/common/dot.profile: revision 1.7
distrib/cobalt/ramdisk/dot.profile: revision 1.2
distrib/hpcsh/miniroot/dot.profile: revision 1.5
distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3
distrib/riscv/ramdisk/dot.profile: revision 1.2
distrib/sandpoint/ramdisk/dot.profile: revision 1.2
distrib/landisk/ramdisk/dot.profile: revision 1.3
distrib/amd64/ramdisks/common/dot.profile: revision 1.4
distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14
distrib/mipsco/ramdisk/dot.profile: revision 1.3
distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2
distrib/acorn32/ramdisk/dot.profile: revision 1.4
distrib/cats/ramdisk/dot.profile: revision 1.5
distrib/vax/ramdisk/dot.profile: revision 1.10
distrib/pmax/miniroot/dot.profile: revision 1.3
distrib/sparc/miniroot/dot.profile: revision 1.16
distrib/hpcmips/miniroot/dot.profile: revision 1.8
distrib/prep/floppies/ramdisk/dot.profile: revision 1.3
distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8
distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11
distrib/ofppc/ramdisks/common/dot.profile: revision 1.2
distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9
distrib/hp300/ramdisk/dot.profile: revision 1.7
distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2
distrib/emips/ramdisk/dot.profile: revision 1.3
distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7
distrib/bebox/ramdisk/dot.profile: revision 1.2
distrib/rs6000/ramdisk/dot.profile: revision 1.2
distrib/sgimips/miniroot/dot.profile: revision 1.2
distrib/mvme68k/miniroot/dot.profile: revision 1.9
distrib/hppa/ramdisk/dot.profile: revision 1.2
distrib/luna68k/ramdisk/dot.profile: revision 1.2
distrib/sgimips/ramdisk/dot.profile: revision 1.4
distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2
distrib/evbppc/ramdisk/dot.profile: revision 1.5
distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5
distrib/pmax/ramdisk/dot.profile: revision 1.11
distrib/dreamcast/ramdisk/dot.profile: revision 1.3
distrib/arc/ramdisk/dot.profile: revision 1.5
distrib/atari/floppies/common/dot.profile: revision 1.8
PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.1.48.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.3 12-Apr-2017  christos more gnu directory removal.
 1.2 14-Jan-2011  tsutsui branches: 1.2.30; 1.2.34;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.1 17-Oct-2010  kiyohara Add ramdisk directory and files.
 1.2.34.1 21-Apr-2017  bouyer Sync with HEAD
 1.2.30.1 26-Apr-2017  pgoyette Sync with HEAD

RSS XML Feed