Home | History | Annotate | Download | only in macppc
History log of /src/sys/arch/macppc/Makefile
RevisionDateAuthorComments
 1.9  07-Aug-2009  snj Update path to the atheros HAL.
 1.8  25-Oct-2008  apb branches: 1.8.4; 1.8.12;
Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.7  31-Dec-2007  dyoung branches: 1.7.6; 1.7.10; 1.7.16;
Fix 'tags' target.
 1.6  11-Dec-2005  christos branches: 1.6.50; 1.6.56; 1.6.64;
merge ktrace-lwp.
 1.5  02-Mar-2005  dyoung branches: 1.5.4;
Write tab-separated records to 'tags' file. A popular vi-alike,
vim, expects for the columns in tags files to be tab-separated,
but these makefiles created space-separated records for the assembly
sources.
 1.4  13-Mar-2004  dyoung branches: 1.4.8; 1.4.10;
Add a 'tags' target to macppc.
 1.3  06-Jan-2003  lukem branches: 1.3.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.2  12-Jun-1998  cgd branches: 1.2.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.1  15-May-1998  tsubai Initial import of macppc port.
 1.2.32.1  07-Jan-2003  thorpej Sync with HEAD.
 1.3.2.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.3.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.3.2.1  03-Aug-2004  skrll Sync with HEAD
 1.4.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.4.8.1  29-Apr-2005  kent sync with -current
 1.5.4.1  21-Jan-2008  yamt sync with head
 1.6.64.1  02-Jan-2008  bouyer Sync with HEAD
 1.6.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.6.50.1  09-Jan-2008  matt sync with HEAD
 1.7.16.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.7.10.2  19-Aug-2009  yamt sync with head.
 1.7.10.1  04-May-2009  yamt sync with head.
 1.7.6.1  17-Jan-2009  mjf Sync with HEAD.
 1.8.12.1  21-Apr-2010  matt sync to netbsd-5
 1.8.4.1  14-Aug-2009  snj Pull up following revision(s) (requested by sborrill in ticket #909):
sys/arch/macppc/Makefile: revision 1.9
Update path to the atheros HAL.

RSS XML Feed