aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-05-10 15:05:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-05-10 15:05:59 +0000
commitad1b924b23a9c348cbd6438605935184b97c0374 (patch)
treec60751c1bf63c895bb4da59b6d482860481fa967 /Tools
parent879c68354c6622a51bc0c0d07cc0cfb48a0ae936 (diff)
downloadports-ad1b924b23a9c348cbd6438605935184b97c0374.tar.gz
ports-ad1b924b23a9c348cbd6438605935184b97c0374.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeworld6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeworld b/Tools/portbuild/scripts/makeworld
index dd5b5ccf06d4..42a649ceb465 100755
--- a/Tools/portbuild/scripts/makeworld
+++ b/Tools/portbuild/scripts/makeworld
@@ -26,12 +26,6 @@ export TARGET_ARCH=${arch}
# Workaround needed for zfs - 20090321 erwin
export NO_FSCHG=1
-# experimental: uncomment these 4 to test with clang
-#export WITH_CLANG=1
-#export NO_WERROR=1
-#export WERROR=1
-#export WITH_CLANG_IS_CC=1
-
case "$branch" in
6*)
export SRCBRANCH="-r RELENG_6"