diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-16 18:39:06 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-16 18:39:06 +0000 |
commit | 45059fab2a4fdff047d4f485c9691f28d47f135e (patch) | |
tree | 74b933b3ec0d70704ba70deb3c6a013d0eea6b4d /UnixPkg/Xcode/xcode_project | |
parent | cd7bfc2c632841fab110f601a32850eeddc16af1 (diff) | |
download | edk2-platforms-45059fab2a4fdff047d4f485c9691f28d47f135e.tar.xz |
Clean up clean and clarify XCODE flags.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10881 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Xcode/xcode_project')
-rwxr-xr-x | UnixPkg/Xcode/xcode_project/XcodeBuild.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/UnixPkg/Xcode/xcode_project/XcodeBuild.sh b/UnixPkg/Xcode/xcode_project/XcodeBuild.sh index e3827cec1f..096233b60f 100755 --- a/UnixPkg/Xcode/xcode_project/XcodeBuild.sh +++ b/UnixPkg/Xcode/xcode_project/XcodeBuild.sh @@ -10,5 +10,4 @@ set -e # Source the workspace and set up the environment varaibles we need # cd ../.. -echo `pwd` -./build.sh +./build.sh $1 $2 $3 $4 $5 $6 $8 |