Home
last modified time | relevance | path

Searched refs:platform_makefile (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py62 def fix_makefile(makefile, platform_makefile, suffix): argument
74 with open(platform_makefile) as fin, open(makefile, 'w') as fout:
180 platform_makefile = MK1MF_FMT.format(suffix)
181 if not os.path.isfile(os.path.join(ssl_dir, platform_makefile)):
209 fix_makefile(new_makefile, platform_makefile, suffix)