diff options
author | Camil Staps | 2018-06-05 11:59:14 +0200 |
---|---|---|
committer | Camil Staps | 2018-06-05 11:59:14 +0200 |
commit | 649bd6cd59cc392ca23caf7a770f1100faa7d300 (patch) | |
tree | d073b32f30c630b756d4f213471bdede77fcdcc9 /clean | |
parent | Fix photos path (diff) |
Clean installation: remove Generics and StdLib; add symlinks for test programs
Diffstat (limited to 'clean')
-rwxr-xr-x | clean/bin/install_clean | 5 |
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 |