diff options
author | des <des@FreeBSD.org> | 2006-05-13 08:25:31 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-05-13 08:25:31 +0000 |
commit | 6ca58541f8ada53c53c6f80b006ecb3fc7d0f490 (patch) | |
tree | 991390f515ac203f2f3233b38eff542819fa79d1 | |
parent | 7754a7fbfa8b3a26386f3274c9260444484b44d5 (diff) | |
download | FreeBSD-src-6ca58541f8ada53c53c6f80b006ecb3fc7d0f490.zip FreeBSD-src-6ca58541f8ada53c53c6f80b006ecb3fc7d0f490.tar.gz |
Remove alpha from the HEAD lineup.
-rw-r--r-- | tools/tools/tinderbox/etc/head.rc | 2 | ||||
-rw-r--r-- | tools/tools/tinderbox/etc/update_head.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/etc/head.rc b/tools/tools/tinderbox/etc/head.rc index 05ec7e6..45c9698 100644 --- a/tools/tools/tinderbox/etc/head.rc +++ b/tools/tools/tinderbox/etc/head.rc @@ -5,7 +5,7 @@ # branches = HEAD -platforms = alpha, amd64, i386/i386, i386/pc98, sparc64 +platforms = amd64, i386/i386, i386/pc98, sparc64 cflags = -O2 -pipe coptflags = %%CFLAGS%% targets += kernel:PAE diff --git a/tools/tools/tinderbox/etc/update_head.rc b/tools/tools/tinderbox/etc/update_head.rc index 5161d2f..be1b50f 100644 --- a/tools/tools/tinderbox/etc/update_head.rc +++ b/tools/tools/tinderbox/etc/update_head.rc @@ -1,4 +1,4 @@ # $FreeBSD$ branches = HEAD -platforms = alpha, amd64, i386/i386, i386/pc98, sparc64 +platforms = amd64, i386/i386, i386/pc98, sparc64 targets = update |