History log of /netbsd-src/sys/arch/alpha/Makefile (Results 1 – 15 of 15)
Revision Date Author Comments
# 6cee2f02 17-Jun-2011 matt <matt@NetBSD.org>

Remove Avalon A12 support.
ok ross@


# 9c021d33 03-Apr-2011 dyoung <dyoung@NetBSD.org>

Fix 'tags' target.


# f46c1de7 25-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_SED} instead if plain sed in Makefiles.


# 4bb41ae2 06-Jan-2003 lukem <lukem@NetBSD.org>

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

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.

show more ...


# 651b44e2 12-Jun-1998 cgd <cgd@NetBSD.org>

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 allow

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.

show more ...


# 9803f467 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Minor rearrangement to match other files.


# 5c8d5881 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Nuke NOOBJ.


# acf0e569 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Update all the tags goo, and use bsd.subdir.mk.


# 84bca5d6 07-May-1997 mycroft <mycroft@NetBSD.org>

Don't use _SUBDIRUSE outside of bsd.subdir.mk.


# b9e2002b 04-May-1997 mjacob <mjacob@NetBSD.org>

Oops- Really should do local files before common.


# f534e051 04-May-1997 mjacob <mjacob@NetBSD.org>

Fix tags target.


# 831292c2 07-Apr-1997 cgd <cgd@NetBSD.org>

clean up NetBSD RCS ID strings


# 504990e3 27-Feb-1995 cgd <cgd@NetBSD.org>

fill up device switches, clean up a couple of mistakes.


# 9ea87ea1 16-Feb-1995 cgd <cgd@NetBSD.org>

Id -> NetBSD


# 85854cb4 13-Feb-1995 cgd <cgd@NetBSD.org>

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.