From b8dbe3e0194c0a4d9baf81cf84c1c51894105492 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 25 Jan 2004 19:04:37 +0000 Subject: [PATCH] This setup was used for amd64 and powerpc before they reached the point where a normal buildworld would succeed. It is no longer required. --- tools/tools/tinderbox/etc/Makefile | 2 +- tools/tools/tinderbox/etc/experimental.rc | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 tools/tools/tinderbox/etc/experimental.rc diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile index 4bb8d436dbc..6da161b9d6c 100644 --- a/tools/tools/tinderbox/etc/Makefile +++ b/tools/tools/tinderbox/etc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ ETCFILES = default.rc releng_4.rc releng_5.rc current.rc -ETCFILES += ada.rc dsa.rc dwp.rc experimental.rc +ETCFILES += ada.rc dsa.rc dwp.rc ETCDIR ?= ${HOME}/etc ETCOWN ?= ${USER} ETCGRP ?= ${USER} diff --git a/tools/tools/tinderbox/etc/experimental.rc b/tools/tools/tinderbox/etc/experimental.rc deleted file mode 100644 index e4575227adf..00000000000 --- a/tools/tools/tinderbox/etc/experimental.rc +++ /dev/null @@ -1,12 +0,0 @@ -# -# Tinderbox setup for experimental platforms. -# -# $FreeBSD$ -# - -comment = Experimental platforms -branches = CURRENT -platforms = powerpc -options = --verbose, --verbose -targets = clean, update, patch, world, generic, lint -patch = %%arch%%.diff -- 2.45.2