[apparmor] [patch] check-logprof needs local/* files

Christian Boltz apparmor at cboltz.de
Thu Jun 18 15:36:38 UTC 2015


Hello,

check-logprof in profiles/Makefile needs the local/* files.
Add a dependency to make sure they are generated.


[ profiles-logprof-dependency.diff ]

diff -u -p -ru ../HEAD-patches-applied/profiles/Makefile profiles/Makefile
--- profiles/Makefile   2015-06-15 00:45:19.124919295 +0200
+++ profiles/Makefile   2015-06-18 17:31:52.838189994 +0200
@@ -90,6 +90,6 @@ check-parser:
        done
 
 .PHONY: check-logprof
-check-logprof:
+check-logprof: local
        @echo "*** Checking profiles from ${PROFILES_SOURCE} against logprof"
        $(Q)${LOGPROF} -d ${PROFILES_SOURCE} -f /dev/null || exit 1



Regards,

Christian Boltz
-- 
> AFAIK they are still working on it... But you know, there are also so
> called human beeings, who normally do not work the weekend ;-)
It rather seems to me that there are so many uncommented bugs that there
will be no weekends for some months...
[> Marcel Hilzinger and Eberhard Moenkeberg in opensuse]




More information about the AppArmor mailing list