History log of /netbsd/sys/arch/i386/Makefile (Results 1 – 25 of 43)
Revision Date Author Comments
# 81f99eae 23-Oct-2012 dyoung <dyoung@NetBSD.org>

Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's
native ctags, and it's nice to have consistent ctags from one host to another.


# 47750f66 02-Sep-2011 dyoung <dyoung@NetBSD.org>

In the tags target, move x86 sources above xen includes, for more
helpful tags.


# bf6d8e13 10-May-2011 dyoung <dyoung@NetBSD.org>

Add to tags some assembly files in common/.


# 9423d9d4 04-Apr-2011 dyoung <dyoung@NetBSD.org>

Fix target 'tags'.


# 438d117a 18-Mar-2011 dyoung <dyoung@NetBSD.org>

Simplify tags target to reduce diffs with amd64/Makefile tags target.


# 58692c62 30-Aug-2009 dyoung <dyoung@NetBSD.org>

Compute tags for sys/external/intel-public/acpica/dist/ instead of
for sys/dist/acpica/.


# ec6c5ec8 28-May-2009 dyoung <dyoung@NetBSD.org>

For the 'tags' target, use the right path to the Atheros HAL sources.


# 557e8919 06-Nov-2008 dyoung <dyoung@NetBSD.org>

Compute tags over the ACPI sources.


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

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


# 3a431966 11-Jun-2008 dyoung <dyoung@NetBSD.org>

Run ctags(1) on some of the ACPI files.


# 2720c9d6 17-Feb-2008 bouyer <bouyer@NetBSD.org>

Install xenio.h and xenio3.h in /usr/include/xen, for the benefit
of xentools3.

XXX ignore those in Makefile.ioctl-c, they don't compile properly outside
of the Xen context and the ioctls from xenio

Install xenio.h and xenio3.h in /usr/include/xen, for the benefit
of xentools3.

XXX ignore those in Makefile.ioctl-c, they don't compile properly outside
of the Xen context and the ioctls from xenio.h conflicts with
soundcard.h

show more ...


# 609d13b2 15-Jan-2008 dyoung <dyoung@NetBSD.org>

Create tags for mca, too.


# 3e5bb8f3 10-Jan-2008 dyoung <dyoung@NetBSD.org>

Produce tags for arch/i386/acpi/*.[ch], arch/i386/pnpbios/*.[ch].


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# ca87560b 10-Aug-2007 dyoung <dyoung@NetBSD.org>

Fix 'tags' target: ${COMM} overflows the echo command line, so
use ${FINDCOMM} instead.


# fabb7d33 12-Nov-2006 dyoung <dyoung@NetBSD.org>

Improve the tags target for i386:

Update the Atheros HAL directories.

Don't compute tags for nonexistent assembly-language sources
in sys/arch/i386/isa/.

Don't echo the rm -f step.


# f140ae19 26-Feb-2006 dyoung <dyoung@NetBSD.org>

Add tags from sys/arch/x86/ to the i386 tags file.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 90634029 22-Jun-2005 dyoung <dyoung@NetBSD.org>

Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an

Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an, atu, atw,
awi, ipw, iwi, rtw, wi) for the new net80211(9) API.

show more ...


# 23ec0208 02-Mar-2005 dyoung <dyoung@NetBSD.org>

Write tab-separated records to 'tags' file. A popular vi-alike,
vim, expects for the columns in tags files to be tab-separated,
but these makefiles created space-separated records for the assembly
s

Write tab-separated records to 'tags' file. A popular vi-alike,
vim, expects for the columns in tags files to be tab-separated,
but these makefiles created space-separated records for the assembly
sources.

show more ...


# dee4867e 16-Jan-2004 dyoung <dyoung@NetBSD.org>

Compute tags for `*.[sS]' instead of `*.s', only.


# 4b8cd4a6 26-Oct-2003 dyoung <dyoung@NetBSD.org>

Make the tags: target create tags for the ath(4) HAL.


# ab4edb55 26-Feb-2003 fvdl <fvdl@NetBSD.org>

Adapt for i386/x86 change.


# 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 ...


# d95ba2eb 03-Apr-2001 jhawk <jhawk@NetBSD.org>

Remove gratuitous setting of SYSDIR;
it is set in sys/kern/Make.tags.inc


12