commit 511dda2fe32c36dd379bb7f0955e4a9c4585dcb5
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Fri May 25 22:36:13 2007 -0400
Unionfs: allow users to override Makefile options in fs/unionfs/local.mk
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/Makefile b/fs/unionfs/Makefile
index 0a7c349..dfbde56 100644
--- a/fs/unionfs/Makefile
+++ b/fs/unionfs/Makefile
@@ -8,8 +8,12 @@ unionfs-y := subr.o dentry.o file.o inode.o main.o super.o \
unionfs-$(CONFIG_UNION_FS_XATTR) += xattr.o
# If you want debugging output, please uncomment the following line
+# or put your options in a separate file in linux-x.y.z/fs/unionfs/local.mk
#CONFIG_UNIONFS_DEBUG=y
+# Allow users to override debug options in a separate file
+-include fs/unionfs/local.mk
+
ifeq ($(CONFIG_UNIONFS_DEBUG),y)
unionfs-y += debug.o
EXTRA_CFLAGS += -DUNIONFS_DEBUG=1
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs