mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@B do not touch gcc prerequisites: isl, gmp, mpc, mpfr
This commit is contained in:
@ -238,6 +238,7 @@ def touch_genfiles(dst):
|
||||
for name in find(dst, include=['*.l', '*.y', '*.in', '*.ac']):
|
||||
basename = path.splitext(name)[0]
|
||||
# do not touch files - reset the src file stamp instead!
|
||||
if not ('/isl' in name or '/gmp' in name or '/mpfr' in name or '/mpc' in name):
|
||||
os.utime(name, (1, 1))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user