]> granicus.if.org Git - python/commit
Add strip_dir argument to the single call to .object_filenames(), to
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 16 Jan 2001 03:10:43 +0000 (03:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 16 Jan 2001 03:10:43 +0000 (03:10 +0000)
commitbd2983caf39a6614924929af5b6e66e099749445
treea547d64c846f0c173e2adb1767a091767c80f8d5
parentb8c941771a5f92d68cefb1fec1636947e8a99f4e
Add strip_dir argument to the single call to .object_filenames(), to
    prevent creating files such as build/lib.whatever/Modules/foo.o
    when given a source filename such as Modules/foo.c.
Lib/distutils/ccompiler.py