X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2FMakefile;h=d00981fa882b22f8ab8b918f4cf3757eb7dadf6c;hp=6f9b4b3d58d713501689d0907dfdd55211d4e781;hb=6c9f72a1e537826be2b889feba1ff8c5b5db2e77;hpb=1c0e019d2fa853dd51c6369cbca16547939817ed diff --git a/build/Makefile b/build/Makefile index 6f9b4b3..d00981f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,7 +1,7 @@ # # There are four ways this Makefile can be called: # -# +# # 1. As a subdirectory from the toplevel, for automake # # 2. A wrapper around the kernel's makefile when building modules, to @@ -35,29 +35,14 @@ else # PATCHLEVEL # case 3 ifneq ($(LUSTRE_KERNEL_TEST),) -ifeq ($(PATCHLEVEL),4) -all: $(LUSTRE_KERNEL_TEST) -else extra-y = $(LUSTRE_KERNEL_TEST) endif -endif obj-m := conftest.o -ifeq ($(PATCHLEVEL),4) -include $(TOPDIR)/Rules.make -endif - endif # PATCHLEVEL # case 4 echoarch: echo $(ARCH) >$(ARCHFILE) - -TESTS := $(wildcard commit.*) -check-commit : - SHELL="$(SHELL)" $(SHELL) test-commit-msg.sh $(TESTS) - -check : check-commit -.PHONY: check-commit