From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- tools/debug-debug-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts index 7cb91d9..2112a6e 100755 --- a/tools/debug-debug-scripts +++ b/tools/debug-debug-scripts @@ -93,7 +93,7 @@ def main(args): newbase = basename.split('src/')[1].replace('/', '-') out = os.path.join(outdir, newbase + '.cpp') with protocol.OpenWrite(out) as w: - print('// %s.cpp - generated by' % newbase, __file__, file=w) + print('// %s.cpp - generated by %s from %s' % (newbase, __file__, a), file=w) print(copyright, file=w) print('#include ', file=w) print('// just mention "fwd.hpp" and "../poison.hpp" to make formatter happy', file=w) -- cgit v1.2.3-60-g2f50