From 905b9c1889df68fec7dff7e4d8004f0cb58b9fec Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Sep 2021 17:03:59 +1000 Subject: Properly clean OpenSim before beuilding it. --- BuildIt.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'BuildIt.sh') diff --git a/BuildIt.sh b/BuildIt.sh index 2046ac9..aff3b70 100755 --- a/BuildIt.sh +++ b/BuildIt.sh @@ -13,12 +13,7 @@ #rm -rf addon-modules/Gloebit/GloebitMoneyModule #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ -./runprebuild.sh autoclean -# Clean the stuff autoclean forgets to clean. I feel so dirty. -find -name obj -type d -print | xargs /bin/rm -fr -# Clean the stuff the tests created. -rm -fr bin/ScriptEngines -rm Test*.txt +./CleanMe.sh ./runprebuild.sh vs2015 # Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find. -- cgit v1.1