]> granicus.if.org Git - python/commit
Added '--force' option -- very clear what it means for building (ignore
authorGreg Ward <gward@python.net>
Mon, 10 Apr 2000 00:19:42 +0000 (00:19 +0000)
committerGreg Ward <gward@python.net>
Mon, 10 Apr 2000 00:19:42 +0000 (00:19 +0000)
commitc41d6b35a9de3dd9e3057a0db9a83b182e792f79
treea1a50e32bea0cce7fce02834e321c86b30dc209e
parent68a0757e23588a7ea76c562985160484e22a953d
Added '--force' option -- very clear what it means for building (ignore
timestamps), so every build_* command has 'self.force', which follows the
'build' command if not set by the user.
Lib/distutils/command/build.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/build_py.py