[WS] Use tup to build projects

git-svn-id: svn://kolibrios.org@9377 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-03 21:20:06 +00:00
parent 84837f41d5
commit 4bf8ca235a
5 changed files with 73 additions and 155 deletions

View File

@@ -10,6 +10,9 @@ if len(sys.argv) < 2 or sys.argv[1] != "--remove-everything":
# Remove workspace folder
shutil.rmtree("workspace", ignore_errors = True)
# Remove tup database
shutil.rmtree(".tup", ignore_errors = True)
# TODO: Make build.py remove the stuff it built
# Remove files copied from _tools/workspace