[Btrfs-devel] [PATCH 2/2] Simplify makefile
    Jan Engelhardt 
    jengelh at computergmbh.de
       
    Fri Sep 14 00:21:28 PDT 2007
    
    
  
Single-colons will do here.
---
 Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Index: btrfs-0.8/Makefile
===================================================================
--- btrfs-0.8.orig/Makefile
+++ btrfs-0.8/Makefile
@@ -16,9 +16,10 @@ else
 # Normal Makefile
 
 KERNELDIR := /lib/modules/`uname -r`/build
-all::
+all:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
-clean::
+
+clean:
 	$(MAKE) -C $(KERNELDIR) M=`pwd` clean
 
 modules_install:
    
    
More information about the Btrfs-devel
mailing list