History log of /netbsd-current/distrib/amiga/floppies/inst-common/Makefile.inc
Revision Date Author Comments
# 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 09-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 01-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 29-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 24-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.