mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@B only remove the make stamps
This commit is contained in:
@@ -368,7 +368,7 @@ def recipe(name, nargs=0):
|
||||
mfile = mf
|
||||
mmax = mt
|
||||
if mmax > os.stat(stamp).st_mtime:
|
||||
mstamp = path.join('{stamps}', mtarget + '*')
|
||||
mstamp = path.join('{stamps}', mtarget + '-make*')
|
||||
info('removing stamp for "%s"', mstamp)
|
||||
for f in glob.glob(mstamp):
|
||||
remove(f)
|
||||
|
||||
Reference in New Issue
Block a user