Home | History | Annotate | only in /src/distrib/amiga/floppies/inst-common
History log of /src/distrib/amiga/floppies/inst-common
RevisionDateAuthorComments
 1.23 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.22 26-Oct-2003  lukem branches: 1.22.32;
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.21 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.20 06-Mar-2002  lukem replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc
 1.19 13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.18 10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.17 01-Nov-2000  garbled Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
 1.16 30-Aug-2000  jhawk Use
${MAKE}
instead of
make
 1.15 02-May-2000  sjg branches: 1.15.4;
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.14 11-May-1999  veego Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.
 1.13 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.12 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.11 26-Jan-1998  bad We don't need to manually flush the buffer cache after ``vnconfig -u''
anymore.
 1.10 23-Jun-1997  thorpej Update for changes to vnconfig(8).
 1.9 14-May-1997  is Stuff I needed to build the last NetBSD-12D/Amiga snapshot.
 1.8 30-Aug-1996  thorpej RCS id police.
 1.7 28-Nov-1995  jtc merge in changes from 1.1 release branch
 1.6 02-Oct-1995  chopps branches: 1.6.2;
remove extra space char
 1.5 02-Oct-1995  chopps update install stuff from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.4 30-Sep-1995  chopps adjust newfs no need to be so specific
 1.3 30-Sep-1995  chopps add an all target to the make line
 1.2 30-Sep-1995  chopps update things. Now use 1.7M (HD) image. Amigas with only DD floppy
drives will need to use miniroot (probably better anyway)
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file Makefile.inc was added on branch netbsd-1-0 on 1994-10-06 20:25:50 +0000
 1.6.2.1 24-Nov-1995  chopps latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.15.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.22.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.9 28-Aug-2022  tsutsui Avoid more obsolescent binary primaries not supported by crunched test(1).

See PR/54835 and PR/56983 for details.
 1.8 26-Jul-2003  salo branches: 1.8.32; 1.8.102;
netbsd.org->NetBSD.org
 1.7 14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.6 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.5 30-Aug-1996  thorpej RCS id police.
 1.4 28-Nov-1995  jtc merge in changes from 1.1 release branch
 1.3 09-Oct-1995  chopps branches: 1.3.2;
update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.2 02-Oct-1995  chopps update install stuff from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file dot.commonutils was added on branch netbsd-1-0 on 1994-10-06 20:25:51 +0000
 1.3.2.1 03-Nov-1995  jtc Changed to use "$TAR --unlink -xvpf /dev/$which" in Load_tape.
 1.8.102.1 30-Aug-2022  martin Pull up following revision(s) (requested by tsutsui in ticket #1514):

distrib/atari/floppies/common/dot.profile: revision 1.9
distrib/vax/inst-common/dot.commonutils: revision 1.6
distrib/amiga/miniroot/dot.profile: revision 1.11
distrib/utils/script-installer/dot.commonutils: revision 1.8
distrib/amiga/floppies/inst-common/dot.commonutils: revision 1.9

Fix yet another "[: SMALL test, no fallback usage" error on installation.

The same problem as PR/54835 of the miniroot scripts, i.e.
avoid and replace use of -o binary primary marked obsolescent
by POSIX.1-2017:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_12
8_16

Noticed on installation of NetBSD 9.3 on TT030, and
maybe should be pulled up to netbsd-9.

Avoid more obsolescent binary primaries not supported by crunched test(1).

See PR/54835 and PR/56983 for details.
 1.8.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.13 12-Apr-2017  christos more gnu directory removal.
 1.12 03-Jul-2011  tron branches: 1.12.26; 1.12.30;
Update location of "less" source directory to the build of various
install medias.
 1.11 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.10 23-Nov-1999  simonb branches: 1.10.38;
Remove update from all ramdisks.
 1.9 14-May-1997  is branches: 1.9.8;
Stuff I needed to build the last NetBSD-12D/Amiga snapshot.
 1.8 30-Aug-1996  thorpej RCS id police.
 1.7 07-Jul-1996  chopps change more to less and make link from less to more
 1.6 19-May-1996  veego branches: 1.6.4;
updated for fsck -> fsck_ffs
 1.5 02-Oct-1995  chopps update install stuff from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.4 30-Sep-1995  chopps add pppd to instbin
 1.3 30-Sep-1995  chopps update things. Now use 1.7M (HD) image. Amigas with only DD floppy
drives will need to use miniroot (probably better anyway)
 1.2 13-Aug-1995  chopps add mount_ffs and ln ffs. Need to make sure it fits on floppy now.
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file instbin.conf was added on branch netbsd-1-0 on 1994-10-06 20:25:52 +0000
 1.6.4.1 07-Jul-1996  chopps pull up version 1.7 from main branch
 1.9.8.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.10.38.1 05-Oct-2008  mjf Sync with HEAD.
 1.12.30.1 21-Apr-2017  bouyer Sync with HEAD
 1.12.26.1 26-Apr-2017  pgoyette Sync with HEAD
 1.20 14-Jan-2011  tsutsui Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.19 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.18 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.17 20-Sep-2009  abs 34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...
 1.16 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.15 29-Apr-2009  tsutsui Sort some entries.
 1.14 25-Jan-2009  abs branches: 1.14.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.13 03-Mar-2007  apb branches: 1.13.12;
MAKEDEV.subr no longer exists. Don't install it in any ramdisk
or miniroot images.
 1.12 01-Mar-2007  apb Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk
images or miniroot images.
 1.11 07-Jun-2000  thorpej Need /etc/netconfig.
 1.10 23-Nov-1999  simonb Remove update from the miniroot lists.
 1.9 19-May-1997  is branches: 1.9.8;
Installboot is know in /usr/mdec.
 1.8 14-May-1997  is Stuff I needed to build the last NetBSD-12D/Amiga snapshot.
 1.7 30-Aug-1996  thorpej RCS id police.
 1.6 19-May-1996  veego updated for fsck -> fsck_ffs
 1.5 28-Nov-1995  jtc merge in changes from 1.1 release branch
 1.4 30-Sep-1995  chopps branches: 1.4.2;
add pppd to instbin
 1.3 30-Sep-1995  chopps update things. Now use 1.7M (HD) image. Amigas with only DD floppy
drives will need to use miniroot (probably better anyway)
 1.2 13-Aug-1995  chopps add mount_ffs and ln ffs. Need to make sure it fits on floppy now.
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file list was added on branch netbsd-1-0 on 1994-10-06 20:25:53 +0000
 1.4.2.1 24-Nov-1995  chopps latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.9.8.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.13.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.14.2.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.2 30-Aug-1996  thorpej branches: 1.2.46;
RCS id police.
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file mtree.conf was added on branch netbsd-1-0 on 1994-10-06 20:25:54 +0000
 1.2.46.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 20-Sep-2009  abs 34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...
 1.2 30-Aug-1996  thorpej branches: 1.2.46;
RCS id police.
 1.1 06-Oct-1994  chopps branches: 1.1.2;
Add amiga install floppy build stuff.
 1.1.2.2 06-Oct-1994  chopps Add amiga install floppy build stuff.
 1.1.2.1 06-Oct-1994  chopps file termcap.vt was added on branch netbsd-1-0 on 1994-10-06 20:25:55 +0000
 1.2.46.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed