projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Fixed bug in the Glossary Haskell source (don't close stdout!).
[barrelfish]
/
hake
/
hake.sh
diff --git
a/hake/hake.sh
b/hake/hake.sh
index
f0db93b
..
c56f4c5
100755
(executable)
--- a/
hake/hake.sh
+++ b/
hake/hake.sh
@@
-139,7
+139,7
@@
if [ "$RUN_HAKE" == "No" ] ; then
fi
echo "Running hake..."
-./hake/hake --output-filename Makefile || exit
+./hake/hake --output-filename Makefile --source-dir "$SRCDIR" || exit
cat <<EOF
OK - Hake has bootstrapped. You should now have a Makefile in this