[apparmor] [patch] Delete apparmor/rule/ python cache files in "make clean"

Seth Arnold seth.arnold at canonical.com
Mon May 11 18:52:21 UTC 2015


On Sun, May 10, 2015 at 12:58:54AM +0200, Christian Boltz wrote:
> Hello,
> 
> $subject ;-)

Acked-by: Seth Arnold <seth.arnold at canonical.com>

Thanks

> 
> [ utils-Makefile-clean-rule-cache.diff ]
> 
> === modified file utils/Makefile
> --- utils/Makefile      2015-02-02 20:51:05.085402000 +0100
> +++ utils/Makefile      2015-05-10 00:55:15.474363256 +0200
> @@ -69,8 +69,8 @@
>         $(MAKE) -C vim clean
>         $(MAKE) -C test clean
>         rm -rf staging/ build/
> -       rm -f apparmor/*.pyc
> -       rm -rf apparmor/__pycache__/
> +       rm -f apparmor/*.pyc apparmor/rule/*.pyc
> +       rm -rf apparmor/__pycache__/ apparmor/rule/__pycache__/
>  
>  # ${CAPABILITIES} is defined in common/Make.rules
>  .PHONY: check_severity_db
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20150511/1ede8d50/attachment.pgp>


More information about the AppArmor mailing list