From e03a5745b189f969beada16dcd425cf3665a1a7b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 18 Jul 2010 18:42:35 +0000 Subject: [PATCH] daniel doesn't hate me, he hates macpython 2.5, which is a very reasonable position on life! llvm-svn: 108651 --- clang/test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clang/test/Makefile b/clang/test/Makefile index ba3a64047945..5bb50c622afd 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -50,8 +50,4 @@ lit.site.cfg: FORCE clean:: @ find . -name Output | xargs rm -fr -# Daniel hates Chris. -chris-lit: - make LIT_ARGS='-j16 -s' - .PHONY: all report clean