summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
committermarkm <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
commitee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003 (patch)
tree56d309156db9452465ff78724b6b4c3a6e0cbcba /tools
parenta7d933895cee5d8535b76f436f05f14decfd5967 (diff)
downloadFreeBSD-src-ee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003.zip
FreeBSD-src-ee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003.tar.gz
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/tbmaster.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl
index 76d36c1..073a993 100644
--- a/tools/tools/tinderbox/tbmaster.pl
+++ b/tools/tools/tinderbox/tbmaster.pl
@@ -50,7 +50,7 @@ my %CONFIGS = (
'ia64' => [ 'ia64' ],
'sparc64' => [ 'sparc64' ],
},
- 'ENV' => [ 'MAKE_KERBEROS5=YES', 'BOOT2_UFS=UFS1_ONLY' ],
+ 'ENV' => [ 'BOOT2_UFS=UFS1_ONLY' ],
},
# 4-STABLE tinderbox
'triangle' => {
@@ -61,7 +61,7 @@ my %CONFIGS = (
'alpha' => [ 'alpha' ],
'i386' => [ 'i386', 'pc98' ],
},
- 'ENV' => [ 'MAKE_KERBEROS5=YES' ],
+ 'ENV' => [ ],
},
# Test setup
'9ball' => {
@@ -71,8 +71,7 @@ my %CONFIGS = (
'amd64' => [ 'amd64' ],
'powerpc' => [ 'powerpc' ],
},
- 'ENV' => [ 'MAKE_KERBEROS5=YES',
- 'NOLIBC_R=YES', 'NOFORTH=YES' ],
+ 'ENV' => [ 'NOLIBC_R=YES', 'NOFORTH=YES' ],
},
);
my %CONFIG = ();
OpenPOWER on IntegriCloud