Home | History | Annotate | only in /src/sys/arch/evbsh5
History log of /src/sys/arch/evbsh5
RevisionDateAuthorComments
 1.3 08-Apr-2007  scw Remove support for NetBSD/{,evb}sh5.
 1.2 06-Jan-2003  lukem branches: 1.2.18; 1.2.54; 1.2.56; 1.2.60; 1.2.62; 1.2.66;
Rework how KERNOBJDIR functions; now it's always determined with
cd ${KERNSRCDIR}/${KERNARCHDIR}/compile && ${PRINTOBJDIR}
This is far simpler than the previous system, and more robust with
objdirs built via BSDOBJDIR.

The previous method of finding KERNOBJDIR when using BSDOBJDIR by
referencing _SRC_TOP_OBJ_ from another directory was extremely
fragile due to the depth first tree walk by <bsd.subdir.mk>, and
the caching of _SRC_TOP_OBJ_ (with MAKEOVERRIDES) which would be
empty on the *first* pass to create fresh objdirs.

This change requires adding sys/arch/*/compile/Makefile to create
the objdir in that directory, and descending into arch/*/compile
from arch/*/Makefile. Remove the now-unnecessary .keep_me files
whilst here.

Per lengthy discussion with Andrew Brown.
 1.1 10-Jul-2002  scw branches: 1.1.2; 1.1.4;
Descend into include subdirs and install relevant headers.
 1.1.4.2 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.1.4.1 10-Jul-2002  jdolecek file Makefile was added on branch kqueue on 2002-09-06 08:34:30 +0000
 1.1.2.2 16-Jul-2002  gehenna catch up with -current.
 1.1.2.1 10-Jul-2002  gehenna file Makefile was added on branch gehenna-devsw on 2002-07-16 00:41:01 +0000
 1.2.66.1 03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.2.62.1 11-Jul-2007  mjf Sync with head.
 1.2.60.1 10-Apr-2007  ad Sync with head.
 1.2.56.1 15-Apr-2007  yamt sync with head.
 1.2.54.1 19-Jul-2007  liamjfoy Remove evbsh5 files. Bye!

ok core@
 1.2.18.1 03-Sep-2007  yamt sync with head.
 1.1 08-Apr-2007  scw branches: 1.1.4; 1.1.8; 1.1.10; 1.1.16; 1.1.24; 1.1.26;
Remove support for NetBSD/{,evb}sh5.
 1.1.26.2 03-Sep-2007  yamt sync with head.
 1.1.26.1 08-Apr-2007  yamt file README was added on branch yamt-lazymbuf on 2007-09-03 14:24:24 +0000
 1.1.24.2 03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.1.24.1 08-Apr-2007  wrstuden file README was added on branch wrstuden-fixsa on 2007-09-03 07:03:19 +0000
 1.1.16.2 19-Jul-2007  liamjfoy Pull up following revision(s) (requested by soren in ticket #774):
build.sh: revision 1.169
gnu/usr.bin/gcc4/backend/Makefile: revision 1.9
sys/arch/evbsh5/README: revision 1.1
distrib/notes/common/contents: revision 1.124
usr.sbin/ndbootd/ndbootd.c: revision 1.12
gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8
libexec/ld.elf_so/Makefile: revision 1.78
gnu/dist/binutils/bfd/config.bfd: revision 1.14
doc/HACKS: revision 1.93
distrib/cdrom/current.conf: revision 1.8
gnu/lib/libgcc4/Makefile.inc: revision 1.6
share/mk/sys.mk: revision 1.90
distrib/sets/lists/base/mi: revision 1.700
libexec/ld.elf_so/rtld.c: revision 1.112
distrib/sets/lists/base/mi: revision 1.702
sys/arch/sh5/README: revision 1.1
gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7
usr.sbin/traceroute/traceroute.c: revision 1.69
distrib/notes/common/main: revision 1.330
distrib/notes/common/list-setsizes.sh: revision 1.2
sys/arch/Makefile: revision 1.35
gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8
share/mk/bsd.own.mk: revision 1.495
gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7
x11/lib/OSmesa/Makefile: revision 1.20
sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13
gnu/dist/binutils/opcodes/configure.in: revision 1.2
gnu/dist/binutils/opcodes/configure: revision 1.2
gnu/usr.bin/send-pr/categories: revision 1.53
etc/mtree/NetBSD.dist: revision 1.339
sys/arch/README: revision 1.42
lib/libc/gdtoa/Makefile.inc: revision 1.6
usr.bin/crunch/crunchide/Makefile: revision 1.16
sys/lkm/net/bsdcomp/Makefile: revision 1.5
regress/sys/uvm/Makefile: revision 1.6
etc/MAKEDEV.awk: revision 1.18
x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10
sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14
gnu/lib/libbfd/Makefile: revision 1.42
doc/RESPONSIBLE: revision 1.78
Remove evbsh5.
 1.1.16.1 08-Apr-2007  liamjfoy file README was added on branch netbsd-4 on 2007-07-19 14:38:14 +0000
 1.1.10.2 15-Jul-2007  ad Sync with head.
 1.1.10.1 08-Apr-2007  ad file README was added on branch vmlocking on 2007-07-15 13:15:52 +0000
 1.1.8.2 11-Jul-2007  mjf Sync with head.
 1.1.8.1 08-Apr-2007  mjf file README was added on branch mjf-ufs-trans on 2007-07-11 19:58:55 +0000
 1.1.4.2 15-Apr-2007  yamt sync with head.
 1.1.4.1 08-Apr-2007  yamt file README was added on branch yamt-idlelwp on 2007-04-15 16:02:40 +0000

RSS XML Feed