[Btrfs-devel] [PATCH 1/2] Add modules_install target

Jan Engelhardt jengelh at computergmbh.de
Fri Sep 14 00:21:10 PDT 2007


Add a modules_install target to the makefile. I need this for packaging.

---
 Makefile |    4 ++++
 1 file changed, 4 insertions(+)

Index: btrfs-0.8/Makefile
===================================================================
--- btrfs-0.8.orig/Makefile
+++ btrfs-0.8/Makefile
@@ -20,4 +20,8 @@ all::
 	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
 clean::
 	$(MAKE) -C $(KERNELDIR) M=`pwd` clean
+
+modules_install:
+	$(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
+
 endif



More information about the Btrfs-devel mailing list