| History log of /src/distrib/vax/inst-common |
| Revision | Date | Author | Comments |
| 1.16 | 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.15 | 26-Oct-2003 |
lukem | branches: 1.15.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.14 | 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.13 | 06-Mar-2002 |
lukem | replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc
|
| 1.12 | 13-Oct-2001 |
jmc | Add MTREE?= to add Makefiles and use when running mtree
|
| 1.11 | 10-Oct-2001 |
enami | Use symbol MTREECONF instead of MTREE to refer configuration file to avoid conflicts. Pointed out by chs@netbsd.org.
|
| 1.10 | 11-Apr-2001 |
wiz | make -> ${MAKE}. Noted by Olaf Seibert on current-users.
|
| 1.9 | 01-Nov-2000 |
garbled | Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
|
| 1.8 | 30-Aug-2000 |
jhawk | Use ${MAKE} instead of make
|
| 1.7 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.6 | 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.5 | 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.4 | 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.3 | 06-Jan-1998 |
perry | RCSID Police.
|
| 1.2 | 23-Jun-1997 |
thorpej | Update for changes to vnconfig(8).
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.15.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.6 | 28-Aug-2022 |
tsutsui | Avoid more obsolescent binary primaries not supported by crunched test(1).
See PR/54835 and PR/56983 for details.
|
| 1.5 | 26-Jul-2003 |
salo | branches: 1.5.32; 1.5.102; netbsd.org->NetBSD.org
|
| 1.4 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
| 1.3 | 14-Jun-2000 |
cgd | move RCS Id, and fix bogus comment start (# instead of # ?!?!)
|
| 1.2 | 06-Jan-1998 |
perry | RCSID Police.
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.5.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.5.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.5 | 12-Apr-2017 |
christos | more gnu directory removal.
|
| 1.4 | 05-Feb-2010 |
roy | branches: 1.4.30; 1.4.34; Use the rescue terminfo.db in our images instead of termcap.
|
| 1.3 | 23-Nov-1999 |
simonb | branches: 1.3.38; Remove update from all ramdisks.
|
| 1.2 | 06-Jan-1998 |
perry | branches: 1.2.6; RCSID Police.
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.2.6.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.3.38.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.4.34.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.4.30.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.15 | 14-Jan-2011 |
tsutsui | Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
| 1.14 | 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.13 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.12 | 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.11 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.10 | 29-Apr-2009 |
tsutsui | Sort some entries.
|
| 1.9 | 25-Jan-2009 |
abs | branches: 1.9.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.8 | 03-Mar-2007 |
apb | branches: 1.8.12; MAKEDEV.subr no longer exists. Don't install it in any ramdisk or miniroot images.
|
| 1.7 | 01-Mar-2007 |
apb | Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk images or miniroot images.
|
| 1.6 | 10-May-2004 |
mhitch | /usr/sbin/installboot was missing from installation media.
|
| 1.5 | 07-Jun-2000 |
thorpej | branches: 1.5.6; Need /etc/netconfig.
|
| 1.4 | 23-Nov-1999 |
simonb | Remove update from the miniroot lists.
|
| 1.3 | 30-Jun-1998 |
ragge | branches: 1.3.6; Oops, had forgotten hard link to fsck_ffs. Pointed out by Roger Ivie.
|
| 1.2 | 06-Jan-1998 |
perry | RCSID Police.
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.3.6.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.5.6.1 | 11-May-2004 |
tron | Pull up revision 1.6 (requested by mhitch in ticket #300): /usr/sbin/installboot was missing from installation media.
|
| 1.8.12.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.9.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 | 06-Jan-1998 |
perry | branches: 1.2.44; RCSID Police.
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.2.44.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 | 09-Jan-1998 |
perry | branches: 1.2.44; RCS Id Police.
|
| 1.1 | 01-Oct-1995 |
ragge | Installation tools for vax.
|
| 1.2.44.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|