Home | History | Annotate | Download | only in amiga
History log of /src/sys/arch/amiga/Makefile
RevisionDateAuthorComments
 1.21  25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.20  05-Mar-2006  aymeric branches: 1.20.66; 1.20.70; 1.20.76;
include ../m68k/Makefile.inc after we got a chance of having a better
definition of SYSDIR. This makes tags work if the sources are not in /sys
 1.19  11-Dec-2005  christos branches: 1.19.4; 1.19.6; 1.19.8;
merge ktrace-lwp.
 1.18  06-Sep-2005  aymeric make the "tags" target work again by using the common trick of splitting some
of the arguments to ctags using echo start-of-xxx | xargs ctags rest-of-xxx
 1.17  16-Aug-2004  aymeric branches: 1.17.12;
. use ${SYSDIR} instead of relative paths so that tags links in subdirs work
. fix the links: target to work with objdirs
 1.16  06-Jan-2003  lukem branches: 1.16.2;
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.15  12-Jun-1998  cgd branches: 1.15.32;
Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change. Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.
 1.14  11-Oct-1997  mycroft Use m68k/Makefile.inc.
 1.13  11-Oct-1997  mycroft Nuke NOOBJ.
 1.12  11-Oct-1997  mycroft Update all the tags goo, and use bsd.subdir.mk.
 1.11  06-Jan-1997  is branches: 1.11.10;
Build / install some stuff from stand (e.g.: bootblock)
 1.10  26-Oct-1994  cgd branches: 1.10.6;
new RCS ID format.
 1.9  08-May-1994  chopps fix tags.
 1.8  14-Mar-1994  chopps spaces->tabs, jeesh this file is like sys:system/clock under amigados. :^)
 1.7  09-Mar-1994  chopps make useful for emacs users and update files checked for tags.
 1.6  08-Mar-1994  chopps added .include <bsd.prog.mk> hopefully clears up problem with
some make targets.
 1.5  23-Feb-1994  chopps Makefile should now properly make tags, and not error on install.
 1.4  26-Jan-1994  mw Integrate recent changes done to the amiga branch. Includes support
for the '40.
 1.3  30-Oct-1993  mw new tree for amiga, replacing the bogous previous one.
SunOS support works for a lot of executables now (static and dynamic).
 1.2  31-Jul-1993  mycroft Add RCS indentifiers.
 1.1  05-Jul-1993  mw branches: 1.1.1;
Initial revision
 1.1.1.1  05-Jul-1993  mw sys/arch/amiga tree. This is the machdep part required to get the kernel
up on an A3000. There are still (very) few changes required outside the
arch/amiga tree, so you can't recompile the kernel yet. Support for
third party SCSI controllers for the A2000 is on its way. The kernel is
fully functional (except for a missing ethernet-driver ...). This
tree is based on my version #390.
 1.10.6.1  09-Jun-1996  is Oops, forgotten to commit this change to really really really install
from our subdirectories.
 1.11.10.1  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.15.32.1  07-Jan-2003  thorpej Sync with HEAD.
 1.16.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.16.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.16.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.16.2.1  25-Aug-2004  skrll Sync with HEAD.
 1.17.12.1  21-Jun-2006  yamt sync with head.
 1.19.8.1  13-Mar-2006  yamt sync with head.
 1.19.6.1  22-Apr-2006  simonb Sync with head.
 1.19.4.1  09-Sep-2006  rpaulo sync with head
 1.20.76.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.20.70.1  04-May-2009  yamt sync with head.
 1.20.66.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed