History log of /netbsd-current/distrib/arc/instkernel/Makefile
Revision Date Author Comments
# 1.11 20-Nov-2008 tsutsui

It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sprinkled "no" keywords etc.


# 1.10 02-Feb-2008 tsutsui

branches: 1.10.2; 1.10.6; 1.10.12;
No need to strip symbols from a RAMDISK kernel.


# 1.9 07-May-2005 tsutsui

branches: 1.9.10;
Ecoff kernels are no longer needed.


# 1.8 29-Aug-2004 tsutsui

Remove .mdebug.abi32 and .comment sections created by binutils-2.14
on converting kernels into ECOFF.
ARC BIOS may be confused by these sections without valid address.


# 1.7 05-May-2003 tsutsui

branches: 1.7.2;
Remove .pdr section on converting kernels to ECOFF.
(sync with sys/arch/arc/conf/Makefile.arc.inc rev 1.9)


# 1.6 08-May-2002 lukem

- whitespace consistency cleanup
- build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz
into separate rule
- rename MDSET.${filename}.nosymbols -> MDSET_NOSYMBOLS.${filename}
- rename MDSET.${filename}.post -> MDSET_POST.${filename}, and don't do
suffix handling here
- rework suffix handling:
- rename MDSET.${filename}.suffixes -> MDSET_SUFFIXES.${filename},
and change from list of suffixes to list of "suffix cmdtobuildsuffix",
where cmdtobuildsuffix is the name of the variable containing the
command to build ${filename}.${suffix} (available as "${.TARGET}").
- for each ${filename}.${suffix}, depend upon ${filename} and use
${cmdtobuildsuffix} to create the former.
- add separate ${filename}.${suffix}.gz rule
- mipsco & pmax: rename "install.gz" to "netbsd-INSTALL.gz", for
consistency and so the target to build the mdset kernel doesn't get
confused with general "install" target


# 1.5 03-May-2002 lukem

rather than blocking parallel mdset builds with .WAIT, replace usage of
"netbsd.tmp" with "${.TARGET:R}" (et al)


# 1.4 02-May-2002 lukem

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}


# 1.3 26-Apr-2002 lukem

replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version


# 1.2 14-Apr-2002 lukem

convert to the new MDSET.*.suffixes / MDSET.*.post variables,
and take advantage of MDSETDIR enabling a release target


# 1.1 14-Apr-2002 tsutsui

Make md-root kernels (both elf and ecoff) here and
install them into RELEASEDIR.


# 1.7.2.1 01-Sep-2004 tron

Pull up revision 1.8 (requested by tsutsui in ticket #809):
Remove .mdebug.abi32 and .comment sections created by binutils-2.14
on converting kernels into ECOFF.
ARC BIOS may be confused by these sections without valid address.


# 1.9.10.1 22-Mar-2008 matt

sync with HEAD


# 1.10.12.1 23-Nov-2008 riz

Pull up following revision(s) (requested by tsutsui in ticket #109):
distrib/arc/instkernel/Makefile: revision 1.11
sys/arch/arc/conf/RAMDISK: revision 1.76
sys/arch/arc/conf/GENERIC: revision 1.159
distrib/arc/ramdisk/dot.profile: revision 1.4
Use vt100 rather than wsvt25 for TERM since the latter makes
both FG/BG colors white during sysinst on Express5800/230 with tga(4).
It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sprinkled "no" keywords etc.


# 1.10.6.1 05-Oct-2008 mjf

Sync with HEAD.


# 1.10.2.2 02-Feb-2008 tsutsui

No need to strip symbols from a RAMDISK kernel.


# 1.10.2.1 02-Feb-2008 tsutsui

file Makefile was added on branch mjf-devfs on 2008-02-02 13:47:05 +0000