* [PATCH] make tags for selinux
@ 2004-05-08 19:27 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-05-08 19:27 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-08 19:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-08 19:27 [PATCH] make tags for selinux Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox