Whamcloud - gitweb
LU-2675 build: remove Darwin "support"
[fs/lustre-release.git] / build / Makefile
index da0cda4..d732afc 100644 (file)
@@ -10,8 +10,6 @@
 # 3.  At configure time, as the toplevel module dir for building
 #     kernel tests
 #
-# 4.  At configure time, to determine the kernel's idea of $(ARCH)
-#
 
 ifeq ($(PATCHLEVEL),)
 
@@ -32,8 +30,7 @@ endif # LUSTRE_LINUX_CONFIG
 
 else # PATCHLEVEL
 
-# case 3
-
+# case #3
 ifneq ($(LUSTRE_KERNEL_TEST),)
 extra-y = $(LUSTRE_KERNEL_TEST)
 endif
@@ -41,15 +38,3 @@ endif
 obj-m := conftest.o
 
 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