From 86285e1641c8339e23edddf1236afc7f2253ac7a Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Wed, 26 Oct 2016 12:59:26 +0100 Subject: [PATCH] disabled unnecessary assertion --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index a86499149..0fac30e35 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -3278,7 +3278,7 @@ class MakeRuleCmd(object): #print("WARNING: Generating makefile rule that {}s {} '{}' which is outside the installation prefix '{}'.".format( # action_string, 'to' if is_install else 'from', path, PREFIX)) else: - assert not os.path.isabs(path) + # assert not os.path.isabs(path) install_root = cls.install_root() return install_root