aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2018-06-05 11:59:14 +0200
committerCamil Staps2018-06-05 11:59:14 +0200
commit649bd6cd59cc392ca23caf7a770f1100faa7d300 (patch)
treed073b32f30c630b756d4f213471bdede77fcdcc9
parentFix photos path (diff)
Clean installation: remove Generics and StdLib; add symlinks for test programs
-rwxr-xr-xclean/bin/install_clean5
1 files changed, 5 insertions, 0 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean
index 2ab3dc0..f712f1d 100755
--- a/clean/bin/install_clean
+++ b/clean/bin/install_clean
@@ -15,6 +15,8 @@ if [ "$TARGET" == "nightly" ]; then
mv clean-bundle-complete /opt/clean
mv /opt/clean/lib/exe /opt/clean/exe
ln -s /opt/clean/exe /opt/clean/lib/exe
+ rm -r /opt/clean/lib/Generics
+ rm -r /opt/clean/lib/StdLib
sed -i 's=lib/exe/linker=lib/exe/linker:-no-pie=' /opt/clean/etc/IDEEnvs
cloogletags -a -c -d /opt/clean/lib -o /opt/clean/lib/tags
exit 0
@@ -39,5 +41,8 @@ rm -rf /opt/clean
mv "target/clean-$TARGET" /opt/clean
mv /opt/clean/lib/exe /opt/clean/exe
+ln -s /home/camil/VersionControl/clean-test/cleantest /opt/clean/bin/cleantest
+ln -s /home/camil/VersionControl/clean-test/makecleantest /opt/clean/bin/makecleantest
+
cd /tmp
rm -rf clean-build