From: "Luis R. Rodriguez" <[email protected]>

Remove --check-exports as an option and now just enable it by default.

Signed-off-by: Luis R. Rodriguez <[email protected]>
---
 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
                        warn = re.compile('^WARNING:.*undefined.*')
                        log_file = open(log_file_name, 'r')
                        for l in log_file:
@@ -413,8 +413,6 @@ if __name__ == "__main__":
                            help='Build allyesconfig rather than only backport 
code.')
        parser.add_argument('--defconfig', metavar='<name>', type=str,
                            help='Build this defconfig rather than only 
backport code.')
-       parser.add_argument('--check-exports', const=True, default=False, 
action="store_const",
-                           help='Check for linker warnings indicating exported 
symbols are missing.')
        args = parser.parse_args()
 
        if not os.path.exists(modules):
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to