]> granicus.if.org Git - python/commit
[Bug #668662] Patch from Pearu Pearson: if a C source file is
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Feb 2003 18:52:07 +0000 (18:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Feb 2003 18:52:07 +0000 (18:52 +0000)
commit10da45e2371b6e44b32105cf8a1cdb655e173ca2
tree2a83673b639300d32f16c5b82b49fbd57305d210
parent21012b82355b9a3ad09208d0fb9e3f08de6b2ad3
[Bug #668662] Patch from Pearu Pearson: if a C source file is
    specified with an absolute path, the object file is also
    written to an absolute path.  The patch drops the drive and
    leading '/' from the source path, so a path like /path/to/foo.c
    results in an object file like build/temp.i686linux/path/to/foo.o.
Lib/distutils/ccompiler.py