diff options
author | onefang | 2021-09-02 17:03:59 +1000 |
---|---|---|
committer | onefang | 2021-09-02 17:03:59 +1000 |
commit | 905b9c1889df68fec7dff7e4d8004f0cb58b9fec (patch) | |
tree | c7da2f3061af916911195d4a00de46df49e27bff /BuildIt.sh | |
parent | Clean out excess pdb file. (diff) | |
download | opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.zip opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.gz opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.bz2 opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.xz |
Properly clean OpenSim before beuilding it.
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -13,12 +13,7 @@ | |||
13 | #rm -rf addon-modules/Gloebit/GloebitMoneyModule | 13 | #rm -rf addon-modules/Gloebit/GloebitMoneyModule |
14 | #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ | 14 | #cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ |
15 | 15 | ||
16 | ./runprebuild.sh autoclean | 16 | ./CleanMe.sh |
17 | # Clean the stuff autoclean forgets to clean. I feel so dirty. | ||
18 | find -name obj -type d -print | xargs /bin/rm -fr | ||
19 | # Clean the stuff the tests created. | ||
20 | rm -fr bin/ScriptEngines | ||
21 | rm Test*.txt | ||
22 | ./runprebuild.sh vs2015 | 17 | ./runprebuild.sh vs2015 |
23 | 18 | ||
24 | # Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find. | 19 | # Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find. |