Skip to content

Commit

Permalink
clean up after build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian authored and adrian committed Nov 7, 2015
1 parent c1548f1 commit c0f25b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-clang
Expand Up @@ -16,3 +16,5 @@ cd /llvm.build
/llvm/configure --enable-optimized --disable-assertions --enable-targets=x86_64 --disable-docs --disable-terminfo --disable-libedit --disable-backtraces --disable-jit
make -j2
make install

rm -rf /llvm /llvm.build
4 changes: 4 additions & 0 deletions install-haskell
Expand Up @@ -5,3 +5,7 @@ cd /
wget https://haskell.org/platform/download/7.10.2/haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz
tar xf haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz
./install-haskell-platform.sh

rm install-haskell-platform.sh
rm hp-usr-local.tar.gz
rm haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz
2 changes: 2 additions & 0 deletions install-klee
Expand Up @@ -30,3 +30,5 @@ cd klee
./configure --with-stp=/usr/local --with-llvmobj=/llvm.build --with-llvmsrc=/llvm --enable-posix-runtime
make ENABLE_OPTIMIZED=1
make install

rm -rf /minisat /stp /klee-uclibc /klee

0 comments on commit c0f25b5

Please sign in to comment.