mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@S gcc-6, libnix fixes, @R remove stamps for mui/mmu if libnix is changed
This commit is contained in:
@@ -371,6 +371,10 @@ def _build(pull):
|
||||
rmtree(path.join('{build}', '{gcc}', '{target}'))
|
||||
for f in glob(path.join('{stamps}', '{gcc}' + '-make*')):
|
||||
remove(f)
|
||||
for f in glob(path.join('{stamps}', 'mui*')):
|
||||
remove(f)
|
||||
for f in glob(path.join('{stamps}', 'mmu*')):
|
||||
remove(f)
|
||||
remove(path.join('{stamps}', 'headers-install'))
|
||||
|
||||
if checkstamps('{clib2}'):
|
||||
|
||||
Reference in New Issue
Block a user