Arquivos
magenta/scripts/build-magenta-x86-64
Roland McGrath 07540f5f44 [scripts] Make build-magenta-* scripts pass additional args down to make
This makes e.g. './build-magenta-x86-64 USE_CLANG=true' do what's expected.
Silently ignoring arguments to the script is probably surprising.

Change-Id: Ie48a71788deb1b644aa0e1c9b8bc3129358402c8
2017-02-04 00:48:24 +00:00

14 linhas
341 B
Bash
Arquivo Executável

#!/usr/bin/env bash
# Copyright 2016 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
export PROJECT=magenta-pc-x86-64
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/make-parallel -C $DIR/.. $PROJECT "$@"