Commit f8873b86 authored by Ghislain MARY's avatar Ghislain MARY

Show options from configuration files in make help.

parent e532c7d0
...@@ -188,7 +188,7 @@ help: help-prepare-options ...@@ -188,7 +188,7 @@ help: help-prepare-options
\t@echo "" \t@echo ""
\t@echo "Available targets: {targets}" \t@echo "Available targets: {targets}"
\t@echo "" \t@echo ""
""".format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(sys.argv), generator=generator) """.format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(self.argv), generator=generator)
f = open('Makefile', 'w') f = open('Makefile', 'w')
f.write(makefile) f.write(makefile)
f.close() f.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment