[Pvfs2-cvs] commit by mtmoore in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Fri Jun 10 14:31:31 EDT 2011


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv8267

Modified Files:
      Tag: Orange-Branch
	Makefile.in 
Log Message:
add target for installing just 2.4 kernel apps to prevent combined path of destdir and prefix


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -p -u -r1.280.8.12 -r1.280.8.13
--- Makefile.in	7 Jun 2011 21:58:19 -0000	1.280.8.12
+++ Makefile.in	10 Jun 2011 18:31:31 -0000	1.280.8.13
@@ -1207,11 +1207,14 @@ just_kmod24_install: just_kmod24
 	install -d $(KMOD_DIR)
 	install -m 755 src/kernel/linux-2.4/pvfs2.o $(KMOD_DIR)
 
-.PHONY: kmod24_install
-kmod24_install: kmod24 kernapps just_kmod24_install
+.PHONY: just_kmod24_apps_install
+just_kmod24_apps_install: kmod24 kernapps 
 	install -d $(sbindir)
 	install -m 755 $(KERNAPPS) $(KERNAPPSTHR) $(sbindir)
 	install -m 755 src/apps/kernel/linux/mount.pvfs2 $(sbindir)
+
+.PHONY: kmod24_install
+kmod24_install: kmod24 kernapps just_kmod24_install just_kmod24_apps_install
 	@echo ""
 	@echo "For improved linux-2.4 support,"
 	@echo "install $(sbindir)/mount.pvfs2 to /sbin/mount.pvfs2"



More information about the Pvfs2-cvs mailing list