From d07d1dd683bcdc70edb26fc38719f38a591f1468 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 12 Jul 2015 19:25:22 -0400 Subject: fix my hash table algorithm - argh --- script/mconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/mconfig.py b/script/mconfig.py index 9b37089..ac47d01 100644 --- a/script/mconfig.py +++ b/script/mconfig.py @@ -870,6 +870,7 @@ class MakefileEmitter(Emitter): raise ValueError("your awful filename %r can't be encoded in make (probably)" % (fn,)) return re.sub(r'([ :\$\\])', r'\\\1', fn) # depfile = ('makefile', filename) or ('msvc',) + # TODO TODO: the depfile out paths won't be relative, fix that somehow def add_command_raw(self, outs, ins, argvs, phony=False, depfile=None): bit = '' outs = ' '.join(map(self.filename_rel_and_escape, outs)) -- cgit v1.2.3