head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.1.26.1
	RELENG_6_4:1.1.0.26
	RELENG_6_4_BP:1.1
	RELENG_6_3_0_RELEASE:1.1
	RELENG_6_3:1.1.0.24
	RELENG_6_3_BP:1.1
	RELENG_6_2_0_RELEASE:1.1
	RELENG_6_2:1.1.0.22
	RELENG_6_2_BP:1.1
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.20
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.1
	RELENG_6_1:1.1.0.18
	RELENG_6_1_BP:1.1
	RELENG_6_0_0_RELEASE:1.1
	RELENG_6_0:1.1.0.16
	RELENG_6_0_BP:1.1
	RELENG_6:1.1.0.14
	RELENG_6_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.12
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.10
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.8
	RELENG_5_BP:1.1
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.6
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.4
	RELENG_5_1_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1
	KSE_MILESTONE_2:1.1
	KSE_PRE_MILESTONE_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.05.11.22.25.16;	author jhb;	state dead;
branches;
next	1.2;

1.2
date	2006.05.07.18.12.18;	author netchild;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.31.23.26.34;	author mjacob;	state Exp;
branches
	1.1.14.1
	1.1.26.1;
next	;

1.1.14.1
date	2012.11.17.07.42.13;	author svnexp;	state Exp;
branches;
next	;

1.1.26.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.3
log
@First pass at removing Alpha kernel support.
@
text
@# $FreeBSD: src/sys/alpha/Makefile,v 1.2 2006/05/07 18:12:18 netchild Exp $

# Makefile for alpha tags file

# SYS is normally set in Make.tags.inc
# SYS=/sys

TAGDIR=	alpha

.include "../kern/Make.tags.inc"

all:
	@@echo "make tags only"

SALPHA=	${SYS}/alpha/mcbus/*.[ch] ${SYS}/alpha/tlsb/*.[ch] \
	${SYS}/alpha/alpha/*.[ch] ${SYS}/alpha/pci/*.[ch] \
	${SYS}/alpha/include/*.[ch] ${SYS}/alpha/isa/*.[ch] \
	${SYS}/alpha/tc/*.[ch] ${SYS}/alpha/osf1/*.[ch]
AALPHA=	${SYS}/alpha/alpha/*.s

tags::
	@@rm -f tags
	-ctags -wdt ${COMM} ${SALPHA}
	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AALPHA} | \
	    sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
		>> tags
	sort -o tags tags
	chmod 444 tags
@


1.2
log
@- change the example of compiling only specific modules to not contain
  the linux module, since it is not cross-platform
- move linprocfs from "files" and "options" to architecture specific files,
  since it only makes sense to build this for those architectures, where we
  also have a linuxolator
- disable the build of the linuxolator on our tier-2 architecture "Alpha":
  * we don't have a linux_base port which supports Alpha and at the
    same time is not outdated/obsoleted upstream/in a good condition/
    currently working
  * the upcomming new default linux base port is based upon Fedora
    Core 3 (security support via http://www.fedoralegacy.org), which
    isn't available for Alpha (like the current default linux base
    port which is based upon Red Hat 8)
  * nobody answered my request for testing it ~1 month ago on
    current@@ and alpha@@ (it doesn't surprises me, see above)
  * a SoC student wouldn't have to waste time on something which
    nobody is willing to test

This does not remove the alpha specific MD files of the linuxolator yet.

Discussed on:		arch (mostly silence)
Spiritual support by:	scottl
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add a dopey makefile to do the tags dance, which is probably not perfect
but is better than nothing by a good deal.
@
text
@d1 1
a1 1
# $FreeBSD: $
d18 1
a18 2
	${SYS}/alpha/tc/*.[ch] ${SYS}/alpha/osf1/*.[ch] \
	${SYS}/alpha/linux/*.[ch]
@


1.1.14.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/alpha/Makefile 70549 2000-12-31 23:26:34Z mjacob $
@


1.1.26.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@d1 1
a1 1
# $FreeBSD$
@


