Re: [apparmor] [patch] modify regression tests to use USE_SYSTEM to select parser

2014-03-03 Thread Seth Arnold
On Sat, Mar 01, 2014 at 05:57:37AM -0800, John Johansen wrote: -all: libapparmor_check $(EXEC) changehat.h +all: libapparmor_check $(EXEC) changehat.h uservars.inc + +uservars.inc: uservars.inc.source uservars.inc.system +ifdef USE_SYSTEM + mv uservars.inc.system uservars.inc cp

Re: [apparmor] [patch] modify regression tests to use USE_SYSTEM to select parser

2014-03-03 Thread Seth Arnold
On Mon, Mar 03, 2014 at 12:27:20PM -0800, Seth Arnold wrote: cp not mv, I'd like this to be able to be used make than once Here's a corrected version; this also includes a typo fix for a typo introduced in rev 2405. Signed-of-by: Seth Arnold seth.arn...@canonical.com Thanks === modified file

Re: [apparmor] [patch] modify regression tests to use USE_SYSTEM to select parser

2014-03-03 Thread John Johansen
On 03/03/2014 03:32 PM, Seth Arnold wrote: On Mon, Mar 03, 2014 at 12:27:20PM -0800, Seth Arnold wrote: cp not mv, I'd like this to be able to be used make than once Here's a corrected version; this also includes a typo fix for a typo introduced in rev 2405. Signed-of-by: Seth Arnold

Re: [apparmor] [patch] modify regression tests to use USE_SYSTEM to select parser

2014-03-03 Thread Steve Beattie
On Mon, Mar 03, 2014 at 03:32:20PM -0800, Seth Arnold wrote: On Mon, Mar 03, 2014 at 12:27:20PM -0800, Seth Arnold wrote: cp not mv, I'd like this to be able to be used make than once Here's a corrected version; this also includes a typo fix for a typo introduced in rev 2405. Oh argh,