summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorruki <[email protected]>2015-04-29 15:53:23 +0800
committerruki <[email protected]>2015-04-29 15:53:23 +0800
commitff6f56a46a77beb841fb22c185200ab0a833f05e (patch)
tree25e5df9267acb4013db504a3f7fea374e3e8ee28 /install
parent47887f7de8de004290bd3c53d5536ed43c7e3f71 (diff)
load built-in scripts
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 5 insertions, 1 deletions
diff --git a/install b/install
index 324f70d23..3dfa087b8 100755
--- a/install
+++ b/install
@@ -44,7 +44,11 @@ make f DEBUG=$debug > ../install.log
if [ $? -ne 0 ]; then exit; fi
make c >> ../install.log
make >> ../install.log
-if [ $? -ne 0 ]; then exit; fi
+if [ $? -ne 0 ]; then
+ make e
+ exit;
+fi
+make i
cd ..
# create the xmake install directory