From 814f6a72cc0a6afbb5bcf54b3b8e5355f4e876e2 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Wed, 9 Mar 2011 23:47:12 -0600 Subject: iscsi tools/kernel: switch make defaults With stable kernels and the iscsi kernel modules stablizing, there is less of a need to distribute kernel modules with the tarball. I also do not have time to update and maintain ports of the modules for so many kernels. So this patch changes the build default behavior. Running "make" use to build the kernel modules and tools. Now, it will only create the tools. "make install" used to install the tools and kernel modules and now it only installs the tools. I am not removing the kernel modules, but I will not be updating them anymore. They will remain for users of very old kernels. To build you now need to do and to install do --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bd9e48..d62bc82 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ IFACEFILES = etc/iface.example # using '$(MAKE)' instead of just 'make' allows make to run in parallel # over multiple makefile. -all: user kernel +all: user user: ; cd utils/open-isns; ./configure --with-security=no; $(MAKE) @@ -68,7 +68,7 @@ clean: install_initd_suse install_initd_redhat install_initd_debian \ install_etc install_iface install_doc install_kernel install_iname -install: install_kernel install_programs install_doc install_etc \ +install: install_programs install_doc install_etc \ install_initd install_iname install_iface install_user: install_programs install_doc install_etc \ -- cgit v1.2.1