From 5b1065629b56e36cc907d1b04d3a7f5f50780e19 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 15 Feb 2012 19:24:11 +0000 Subject: 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 --- utils/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'utils/Makefile') 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 -- cgit v1.2.3