OpenGrok
Cross Reference: Makefile.inc
xref
: /
src
/
distrib
/
vax
/
inst-common
/
Makefile.inc
Home
|
History
|
Annotate
|
Download
|
only in
inst-common
History log of
/src/distrib/vax/inst-common/Makefile.inc
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.
Indexes created Mon Oct 13 15:10:03 GMT 2025