From: Randy Dunlap <rdun...@xenotime.net> TOMOYO creates some empty/default policy files during build. It should remove them during 'make clean'.
I noticed that they were not being removed because the "Creating ..." messages always occurred a maximum of one time during 25 randconfig builds, so it was sometimes using the files from a previous build (which is not a problem, but still, 'make clean' should remove them). Signed-off-by: Randy Dunlap <rdun...@xenotime.net> Cc: Kentaro Takeda <taked...@nttdata.co.jp> Cc: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp> Cc: tomoyo-dev-en@lists.sourceforge.jp --- security/tomoyo/Makefile | 2 ++ 1 file changed, 2 insertions(+) --- linux-next-20120214.orig/security/tomoyo/Makefile +++ linux-next-20120214/security/tomoyo/Makefile @@ -46,3 +46,5 @@ $(obj)/builtin-policy.h: $(obj)/policy/p @mv $@.tmp $@ $(obj)/common.o: $(obj)/builtin-policy.h + +clean-dirs := $(objtree)/security/tomoyo/policy/ _______________________________________________ tomoyo-dev-en mailing list tomoyo-dev-en@lists.sourceforge.jp http://lists.sourceforge.jp/mailman/listinfo/tomoyo-dev-en