Home | History | Annotate | Download | only in mac68k
History log of /src/sys/arch/mac68k/Makefile
RevisionDateAuthorComments
 1.10  25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.9  25-Feb-2007  dyoung branches: 1.9.42; 1.9.46; 1.9.52;
Make the mac68k 'tags' target work.
 1.8  06-Jan-2003  lukem branches: 1.8.18; 1.8.56;
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.7  03-Apr-2001  jhawk branches: 1.7.8;
Remove gratuitous setting of SYSDIR;
it is set in sys/kern/Make.tags.inc
 1.6  15-Nov-1998  perry branches: 1.6.12; 1.6.24;
(mostly) fix kernel tags support. from Frederick Bruckman in pr-6445.
 1.5  12-Jun-1998  cgd 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.4  11-Oct-1997  mycroft Make these closer to working.
 1.3  27-Mar-1996  scottr branches: 1.3.12;
Remove bogus reference to BSDSRCDIR here; still doesn't work, though.
 1.2  26-Oct-1994  cgd new RCS ID format.
 1.1  02-Jul-1994  briggs Scam from amiga and update a little for the current tree. May need some
more work.
 1.3.12.1  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.6.24.1  09-Apr-2001  nathanw Catch up with -current.
 1.6.12.1  21-Apr-2001  bouyer Sync with HEAD
 1.7.8.2  07-Jan-2003  thorpej Sync with HEAD.
 1.7.8.1  03-Apr-2001  thorpej file Makefile was added on branch nathanw_sa on 2003-01-07 21:11:53 +0000
 1.8.56.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.8.18.1  26-Feb-2007  yamt sync with head.
 1.9.52.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.9.46.1  04-May-2009  yamt sync with head.
 1.9.42.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed