[PVFS2-CVS] commit by neill in pvfs2-1: Makefile.in

CVS commit program cvs at parl.clemson.edu
Thu May 6 12:09:22 EDT 2004


Update of /projects/cvsroot/pvfs2-1
In directory parlweb:/tmp/cvs-serv8265

Modified Files:
	Makefile.in 
Log Message:
Makefile bugfix by Ti Leggett:

"However, there is a real bug. KMOD_DIR is supposed to be the dir where
the module(s) get installed, but the Makefile ignores it if it's set and
resets it. I've attached a patch."


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/Makefile.in,v
diff -p -u -r1.153 -r1.154
--- Makefile.in	3 May 2004 22:23:46 -0000	1.153
+++ Makefile.in	6 May 2004 15:09:22 -0000	1.154
@@ -848,7 +848,7 @@ install:: install_doc
 ifneq (,$(LINUX_KERNEL_SRC))
 
 KERNEL_VERS := $(shell grep UTS_RELEASE $(LINUX_KERNEL_SRC)/include/linux/version.h | cut -d\" -f2)
-KMOD_DIR := /lib/modules/$(KERNEL_VERS)/kernel/fs
+KMOD_DIR ?= /lib/modules/$(KERNEL_VERS)/kernel/fs
 
 .PHONY: kmod_install
 kmod_install:



More information about the PVFS2-CVS mailing list