diff options
| author | ruki <[email protected]> | 2015-04-28 18:44:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-04-28 18:44:30 +0800 |
| commit | 47887f7de8de004290bd3c53d5536ed43c7e3f71 (patch) | |
| tree | b0caee87f82e7522064351fe8b197351a5cbe094 /install | |
| parent | 3dfa09ba04c127a68d47b6144b586006a95b6820 (diff) | |
add arguments list for install
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -42,7 +42,8 @@ if [ -f .config.mak ]; then fi make f DEBUG=$debug > ../install.log if [ $? -ne 0 ]; then exit; fi -make r >> ../install.log +make c >> ../install.log +make >> ../install.log if [ $? -ne 0 ]; then exit; fi cd .. @@ -68,7 +69,7 @@ if [ $? -ne 0 ]; then exit; fi xmake_loader=/tmp/xmake_loader echo "#!/bin/bash" > $xmake_loader echo "export XMAKE_PROGRAM_DIR=$xmake_dir_install" >> $xmake_loader -echo "$xmake_core_install $verbose" >> $xmake_loader +echo "$xmake_core_install $verbose \$*" >> $xmake_loader if [ $? -ne 0 ]; then exit; fi # install the xmake loader |
