History log of /src/sys/arch/pmax/Makefile |
Revision | | Date | Author | Comments |
1.12 |
| 25-Oct-2008 |
apb | Use ${TOOL_SED} instead if plain sed in Makefiles.
|
1.11 |
| 06-Jan-2003 |
lukem | branches: 1.11.104; 1.11.108; 1.11.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.10 |
| 12-Jun-1998 |
cgd | branches: 1.10.34; 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.9 |
| 11-Oct-1997 |
mycroft | Minor rearrangement to match other files.
|
1.8 |
| 11-Oct-1997 |
mycroft | Nuke NOOBJ.
|
1.7 |
| 11-Oct-1997 |
mycroft | Update all the tags goo, and use bsd.subdir.mk.
|
1.6 |
| 07-May-1997 |
mycroft | branches: 1.6.4; Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.5 |
| 29-Sep-1996 |
jonathan | Update arch/pmax/Makefile to build in NetBSD rather than 4.4-Lite: * Create arch/mips/Makefile.inc with source list of generic MIPS-cpu files for tags * Use mips/Makefile.inc and updated tag list in pmax/Makefile * Try building bootblocks in arch/pmax/stand.
|
1.4 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
1.3 |
| 27-May-1994 |
glass | bsd 4.4-lite pmax port as ported to NetBSD
|
1.2 |
| 27-May-1994 |
glass | upgrade to bsd 4.4-lite code base. only mod is rcsids
|
1.1 |
| 12-Oct-1993 |
deraadt | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 12-Oct-1993 |
deraadt | pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>
|
1.6.4.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.10.34.1 |
| 07-Jan-2003 |
thorpej | Sync with HEAD.
|
1.11.114.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.11.108.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.11.104.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|