Home | History | Annotate | Download | only in alpha
History log of /src/sys/arch/alpha/Makefile
RevisionDateAuthorComments
 1.15  17-Jun-2011  matt Remove Avalon A12 support.
ok ross@
 1.14  03-Apr-2011  dyoung branches: 1.14.2;
Fix 'tags' target.
 1.13  25-Oct-2008  apb branches: 1.13.16; 1.13.22;
Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.12  06-Jan-2003  lukem branches: 1.12.104; 1.12.108; 1.12.114;
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.11  12-Jun-1998  cgd branches: 1.11.26;
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.10  11-Oct-1997  mycroft Minor rearrangement to match other files.
 1.9  11-Oct-1997  mycroft Nuke NOOBJ.
 1.8  11-Oct-1997  mycroft Update all the tags goo, and use bsd.subdir.mk.
 1.7  07-May-1997  mycroft branches: 1.7.4; 1.7.6;
Don't use _SUBDIRUSE outside of bsd.subdir.mk.
 1.6  04-May-1997  mjacob Oops- Really should do local files before common.
 1.5  04-May-1997  mjacob Fix tags target.
 1.4  07-Apr-1997  cgd clean up NetBSD RCS ID strings
 1.3  27-Feb-1995  cgd branches: 1.3.4;
fill up device switches, clean up a couple of mistakes.
 1.2  16-Feb-1995  cgd Id -> NetBSD
 1.1  13-Feb-1995  cgd preliminary Alpha support. note that NOT ALL OF THE MODIFICATIONS TO
THE REST OF THE KERNEL ARE IN THE TREE YET. Also, some of this is
_incredibly_ hack-ish, etc., but it works.
 1.3.4.1  01-Jun-1997  cgd sync the nwscons branch up with yesterday's version of the trunk.
Lots of conflicts/changes because of the RCS Id format changes.
Also, a few cleanups and corrections.
 1.7.6.2  07-May-1997  mycroft Don't use _SUBDIRUSE outside of bsd.subdir.mk.
 1.7.6.1  07-May-1997  mycroft file Makefile was added on branch alpha-nwscons on 1997-05-07 17:28:48 +0000
 1.7.4.1  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.11.26.1  07-Jan-2003  thorpej Sync with HEAD.
 1.12.114.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.12.108.1  04-May-2009  yamt sync with head.
 1.12.104.1  17-Jan-2009  mjf Sync with HEAD.
 1.13.22.1  06-Jun-2011  jruoho Sync with HEAD.
 1.13.16.1  21-Apr-2011  rmind sync with head
 1.14.2.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.

RSS XML Feed