Hello,

Am Donnerstag, 18. Juni 2015 schrieb Steve Beattie:
> On Thu, Jun 18, 2015 at 05:36:38PM +0200, Christian Boltz wrote:

> > +++ profiles/Makefile   2015-06-18 17:31:52.838189994 +0200

> > -check-logprof:
> > +check-logprof: local

> This is also true of the check-parser target.

Good catch, here's the patch for it:


profiles/Makefile check-parser depends on local/* files


[ profiles-check-parser-dependency.diff ]

--- profiles/Makefile   2015-06-18 17:34:20.927568810 +0200
+++ profiles/Makefile   2015-06-19 20:44:38.661160248 +0200
@@ -82,7 +82,7 @@
 check: check-parser check-logprof
 
 .PHONY: check-parser
-check-parser:
+check-parser: local
        @echo "*** Checking profiles from ${PROFILES_SOURCE} and 
${EXTRAS_SOURCE} against apparmor_parser"
        $(Q)for profile in ${CHECK_PROFILES} ; do \
                [ -n "${VERBOSE}" ] && echo "Testing $${profile}" ; \




Regards,

Christian Boltz
-- 
Dev: (Reads WSDL spec).
I trust that the guys who wrote this have been shot.
[from http://harmful.cat-v.org/software/xml/soap/simple]


-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to