summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@xa-s05.(none)>2005-09-27 16:42:03 +0200
committerroot <root@xa-s05.(none)>2005-09-27 16:42:03 +0200
commite766d6dfdc577679bebd6f8131eac60ea08cf76f (patch)
tree38f33a29005bf8a83cad98f788b8445ff64b65e2 /Makefile
parentf31801fe4674efcd6e68fbcc63218173ddeaa6c1 (diff)
downloadmultipath-tools-e766d6dfdc577679bebd6f8131eac60ea08cf76f.tar.gz
multipath-tools-e766d6dfdc577679bebd6f8131eac60ea08cf76f.tar.bz2
multipath-tools-e766d6dfdc577679bebd6f8131eac60ea08cf76f.zip
[build] will I have the build optimization right this time ?
Master Makefile linked multipathd with libmultipath objects built without -DDAEMON ... wrong condlog define.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c76c0c9..ad8d643 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
export KRNLSRC
export KRNLOBJ
-BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \;)
+BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \; | grep -v ^lib)
VERSION = $(shell basename ${PWD} | cut -d'-' -f3)