[build]
authorChristophe Varoqui <cvaroqui@hera.kernel.org>
Sun, 1 May 2005 22:10:03 +0000 (15:10 -0700)
committerChristophe Varoqui <cvaroqui@hera.kernel.org>
Sun, 1 May 2005 22:10:03 +0000 (15:10 -0700)
Don't include ".git" in recursive make

Makefile

index 4919bfa..a986f18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ export KRNLOBJ
 
 BUILDDIRS = libmultipath libcheckers path_priority \
            devmap_name multipath multipathd kpartx
-ALLDIRS        = $(shell find . -type d -maxdepth 1 -mindepth 1)
+ALLDIRS        = $(shell find . -type d -maxdepth 1 -mindepth 1 ! -name \.git)
 
 VERSION = $(shell basename ${PWD} | cut -d'-' -f3)
 INSTALLDIRS = devmap_name multipath multipathd kpartx path_priority