Home | History | Annotate | Download | only in sun3
History log of /src/sys/arch/sun3/Makefile
RevisionDateAuthorComments
 1.5  06-Jan-2003  lukem 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.4  28-May-2002  nathanw Don't descend into stand; it is being deprecated in favor of sun68k/stand.
 1.3  12-Jun-1998  cgd branches: 1.3.28; 1.3.32; 1.3.40; 1.3.42;
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.2  05-Jul-1995  gwr SUBDIR=stand
 1.1  21-Apr-1995  gwr Add this so "make cleandir" will work.
(Thanks to Kenneth Stailey)
 1.3.42.1  28-May-2002  tv Pull up revision 1.4 (requested by nathanw in ticket #51):
Don't descend into stand; it is being deprecated in favor of sun68k/stand.
 1.3.40.1  30-May-2002  gehenna Catch up with -current.
 1.3.32.2  07-Jan-2003  thorpej Sync with HEAD.
 1.3.32.1  20-Jun-2002  nathanw Catch up to -current.
 1.3.28.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch

RSS XML Feed