@B only remove the make stamps

This commit is contained in:
bebbo
2017-02-18 19:09:56 +01:00
parent 9a0f481407
commit 759644f061
+1 -1
View File
@@ -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)