On Thu, Jun 18, 2015 at 05:36:38PM +0200, Christian Boltz wrote:
> 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
> 
> 

This is also true of the check-parser target.

-- 
Steve Beattie
<[email protected]>
http://NxNW.org/~steve/

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to