From 49af9a9dc1e8aeed6ed7a23705f6994a8b8ddc35 Mon Sep 17 00:00:00 2001 From: Stan Date: Tue, 13 Aug 2024 13:56:19 +0000 Subject: [PATCH] Fix clean-workspaces.sh no longer causing the rebuild of FCollada. Noticed by: @Dunedan This was SVN commit r28198. --- build/workspaces/clean-workspaces.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/workspaces/clean-workspaces.sh b/build/workspaces/clean-workspaces.sh index fa7a6f626e..da0a25f2a3 100755 --- a/build/workspaces/clean-workspaces.sh +++ b/build/workspaces/clean-workspaces.sh @@ -61,6 +61,7 @@ fi (cd ../premake/premake5/build/gmake2.bsd && ${MAKE} clean) (cd ../premake/premake5/build/gmake2.macosx && ${MAKE} clean) (cd ../premake/premake5/build/gmake2.unix && ${MAKE} clean) +(cd ../premake/ && rm -f .already-built) echo "Removing generated stub and test files..."