X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=c8c971f6b2810e5aa3d7942d0c7af35de5c85c22;hb=f2a51a78f59cff657805a3b0c6dc3efd78c67bf2;hp=4662e4986d41bd7dd16c262de26b204d2dbe3594;hpb=335a2eb2481ab7a69157c3e90f6f820512df70aa;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 4662e4986d4..c8c971f6b28 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -679,7 +679,7 @@ endif CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \ $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) \ $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \ - $(NO_MISSING_FIELD_INITIALIZERS) + $(NO_MISSING_FIELD_INITIALIZERS) $(NO_COMMENT) # Enable cast-qual for C++; the workaround is to use const_cast. CXX.Flags += -Wcast-qual @@ -1780,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 ; \