summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-02-15 19:24:11 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-02-15 19:24:11 +0000
commit5b1065629b56e36cc907d1b04d3a7f5f50780e19 (patch)
tree1a4e2804b22f45fc4e142d4d87683dd718591786 /utils/Makefile
parent862fd5f77a1657380242cdcb9b0a7f9225dae426 (diff)
downloadllvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.tar.gz
llvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.tar.bz2
llvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.tar.xz
utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I know).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 8fa84c1c24..b98376006e 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -11,12 +11,9 @@ LEVEL = ..
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
count fpcmp llvm-lit not unittest json-bench
-EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \
+EXTRA_DIST := check-each-file codegen-diff countloc.sh \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
- getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
- llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
- NightlyTestTemplate.html NLT.schema \
- parseNLT.pl plotNLT.pl profile.pl \
- webNLT.pl vim
+ getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
+ llvm-native-gxx makellvm profile.pl vim
include $(LEVEL)/Makefile.common