History log of /src/sys/arch/sparc/Makefile |
Revision | | Date | Author | Comments |
1.11 |
| 30-May-2013 |
macallan | install sxreg.h to /usr/include/sparc/
|
1.10 |
| 04-Apr-2011 |
dyoung | branches: 1.10.4; 1.10.14; Fix target 'tags'.
|
1.9 |
| 25-Oct-2008 |
apb | branches: 1.9.16; 1.9.22; Use ${TOOL_SED} instead if plain sed in Makefiles.
|
1.8 |
| 06-Jan-2003 |
lukem | branches: 1.8.104; 1.8.108; 1.8.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.7 |
| 12-Jun-1998 |
cgd | branches: 1.7.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.6 |
| 11-Oct-1997 |
mycroft | Make these closer to working.
|
1.5 |
| 24-May-1996 |
pk | branches: 1.5.10; sync with reality.
|
1.4 |
| 25-Mar-1996 |
mrg | install stand tools.
|
1.3 |
| 20-Nov-1994 |
deraadt | copyright/Id cleanup
|
1.2 |
| 06-Feb-1994 |
deraadt | cleanup
|
1.1 |
| 02-Oct-1993 |
deraadt | Chris Torek's sparc port. Missing lots of things.
|
1.5.10.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.7.32.1 |
| 07-Jan-2003 |
thorpej | Sync with HEAD.
|
1.8.114.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.8.108.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.104.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.9.22.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.9.16.1 |
| 21-Apr-2011 |
rmind | sync with head
|
1.10.14.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.10.4.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|