X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7a9e7112e36ef28a60feeb9b6968ceaf1d11cf60;hb=90a5c7dbc150af336b6e153427f21fb8a1d46d78;hp=b6ee8b024d22dc2e5b2681922f8b5f56888fb410;hpb=122c05571141b695d9683b3fb4ce060e1ea1c009;p=oota-llvm.git diff --git a/Makefile b/Makefile index b6ee8b024d2..7a9e7112e36 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,12 @@ EXTRA_DIST := test llvm.spec include win32 Xcode include $(LEVEL)/Makefile.config -# llvm-gcc4 doesn't need runtime libs. -ifeq ($(LLVMGCC_MAJVERS),4) +# llvm-gcc4 doesn't need runtime libs. llvm-gcc4 is the only supported one. +# FIXME: Remove runtime entirely once we have an understanding of where +# libprofile etc should go. +#ifeq ($(LLVMGCC_MAJVERS),4) DIRS := $(filter-out runtime, $(DIRS)) -endif +#endif ifeq ($(MAKECMDGOALS),libs-only) DIRS := $(filter-out tools runtime docs, $(DIRS)) @@ -109,7 +111,10 @@ ifeq ($(BuildMode),Debug) endif check-llvm2cpp: - $(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1 + $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1 + +check-one: + $(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE) srpm: $(LLVM_OBJ_ROOT)/llvm.spec rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec