X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=7da2dc844a7e8114a78ea2872482f86c847d9888;hb=792f33430575996fbb6e42ccd364667fd810c540;hp=e802f8cab184ac3c7b411985c67e2df4795ccd90;hpb=d5dd8ce2a5336df4e4b4cc04d23e4018d93944f9;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index e802f8cab18..7da2dc844a7 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -449,7 +449,6 @@ ifeq ($(HOST_OS),MingW) endif endif -CXX.Flags += -Woverloaded-virtual CPP.BaseFlags += $(CPP.Defines) AR.Flags := cru @@ -1781,7 +1780,7 @@ endif # CHECK: Running the test suite ############################################################################### -check:: all +check:: $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ $(EchoCmd) Running test suite ; \