On Mon, 2013-05-06 at 14:54 -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> > > Remove --check-exports as an option and now just enable it by default. > > Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> > --- > devel/ckmake | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/devel/ckmake b/devel/ckmake > index 0b738e5..61f9864 100755 > --- a/devel/ckmake > +++ b/devel/ckmake > @@ -180,7 +180,7 @@ def process_kernel(num, kset, cmdline_args): > > log_file.close() > status = p.returncode > - if status == 0 and cmdline_args.check_exports: > + if status == 0 with that fixed (missing colon) of course johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html