]> git.saurik.com Git - ldid.git/commitdiff
Have make.sh output what it is doing.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 13 Jan 2011 13:23:54 +0000 (05:23 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 13 Jan 2011 13:23:54 +0000 (05:23 -0800)
make.sh

diff --git a/make.sh b/make.sh
index c8f467269699bbba5aa0df5dafcb4bb0d81018aa..f1f2a8175c9e9fb1a9194b336347a9746d294b82 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
 #!/bin/bash
 
+set -e -x
+
 flags=()
 
 sdk=/Developer/SDKs/MacOSX10.4u.sdk
 flags=()
 
 sdk=/Developer/SDKs/MacOSX10.4u.sdk