X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2FMakefile;h=d00981fa882b22f8ab8b918f4cf3757eb7dadf6c;hb=c59dee14f57cd0c1df114d1cafa2148d1bfeb9d1;hp=da0cda43f2c1069ee2a17f71abdd5b664514e371;hpb=1e880bbcfc69f50b770f16de7b86d17c6ae18284;p=fs%2Flustre-release.git diff --git a/build/Makefile b/build/Makefile index da0cda4..d00981f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -46,10 +46,3 @@ endif # PATCHLEVEL echoarch: echo $(ARCH) >$(ARCHFILE) - -TESTS := $(wildcard commit.*) -check-commit: - SHELL="$(SHELL)" $(SHELL) test-commit-msg.sh $(TESTS) - -check: check-commit -.PHONY: check-commit