From a065d0e2a1e0d850706f6a3af32e83bcd5b191bd Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 26 Mar 2013 21:51:15 +0000 Subject: [PATCH] Linux: Update build_projects.sh to include the target name in the make command. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1164 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/build_projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_projects.sh b/tools/build_projects.sh index 73dbad4fb..13eade15d 100755 --- a/tools/build_projects.sh +++ b/tools/build_projects.sh @@ -10,7 +10,7 @@ else fi if [ `uname` = "Linux" ]; then pushd ../../ - make BUILDTYPE=$1 -j 16 + make -j16 $PROJECT_NAME BUILDTYPE=$1 popd else xcodebuild -project ../cef.xcodeproj -configuration $1 -target "$PROJECT_NAME"