Skip to content

Commit 2a08401

Browse files
committed
first shot at pugs rebuild script
1 parent e94ed5d commit 2a08401

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-scripts/rebuild-pugs.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
cd
3+
set -e
4+
echo -e "\nNew pugs build"
5+
date
6+
cd ~/Pugs.hs/
7+
git pull
8+
cd Pugs
9+
make
10+
make INSTALLBIN=$HOME/ghc-7.2.1/bin/ install
11+
git log -1 --pretty="format:%h" > $HOME/ghc-7.2.1/pugs_version
12+
echo

0 commit comments

Comments
 (0)