On Mon, Aug 12, 2013 at 05:08:49PM -0700, Tyler Hicks wrote: > Description: clean out test dir python cache directory > Author: Steve Beattie <[email protected]>
Acked-by: Seth Arnold <[email protected]> > > --- > utils/Makefile | 1 + > 1 file changed, 1 insertion(+) > > Index: b/utils/Makefile > =================================================================== > --- a/utils/Makefile > +++ b/utils/Makefile > @@ -78,6 +78,7 @@ clean: _clean > $(MAKE) -C vim clean > rm -rf staging/ build/ > rm -f apparmor/*.pyc > + rm -rf test/__pycache__/ > > # ${CAPABILITIES} is defined in common/Make.rules > .PHONY: check_severity_db > -- > AppArmor mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/apparmor
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
