• Andrew M. Kuchling's avatar
    [Bug #599248] ext module generation problem · 9a38dcf0
    Andrew M. Kuchling yazdı
    If you have source files srcdir1/foo.c and srcdir2/foo.c, the
    temporary .o for both files is written to build/temp.<platform>/foo.o.
    This patch sets strip_dir to false for both calls to object_filename,
    so now the object files are written to temp.<platform>/srcdir1/foo.o
    and .../srcdir2/foo.o.
    
    2.2 bugfix candidate
    9a38dcf0
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...