[PATCH] make tags for selinux

From: Olaf Hering
Date: Sat May 08 2004 - 14:30:52 EST



make tags skips security/selinux/include because of
find . -name include -prune
This patch does just add it later. No idea if it can be done better.


--- linux-2.6.5.orig/Makefile 2004-05-08 13:04:16.000000000 +0200
+++ linux-2.6.5/Makefile 2004-05-08 21:14:06.808888847 +0200
@@ -1001,6 +1001,8 @@ define all-sources
-name '*.[chS]' -print; \
find arch/$(ARCH) $(RCS_FIND_IGNORE) \
-name '*.[chS]' -print; \
+ find security/selinux/include $(RCS_FIND_IGNORE) \
+ -name '*.[chS]' -print; \
find include $(RCS_FIND_IGNORE) \
\( -name config -o -name 'asm-*' \) -prune \
-o -name '*.[chS]' -print; \
--
USB is for mice, FireWire is for men!

sUse lINUX ag, nÃRNBERG
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/