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

Seth Arnold seth.arnold at canonical.com
Mon Mar 3 20:27:20 UTC 2014


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 not mv, I'd like this to be able to be used make than once
> > +else # !USE_SYSTEM
> > +	mv uservars.inc.source uservars.inc
> 
> same here
> 

Yikes, I had this fixed somewhere else, I'm not sure how I made this
broken patch with the older 'mv'.

Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20140303/a327a67e/attachment.pgp>


More information about the AppArmor mailing list