Skip to content

Commit

Permalink
Bug 1309505 - Bustage fix for recursive make, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 24, 2016
1 parent 853ff70 commit 93339d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -11,7 +11,7 @@
set -e

CWD=$(cd $(dirname $0); pwd -P)
OBJ_DIR=$(cd "$CWD";make platform)
OBJ_DIR=$(make -s -C "$CWD" platform)
DIST_DIR="$CWD/../dist/$OBJ_DIR"

if [ -n "$CCC" ] && [ -z "$CXX" ]; then
Expand Down

0 comments on commit 93339d6

Please sign in to comment.