1d710ac87SFam Zheng#!/bin/bash -e 2d710ac87SFam Zheng# 3d710ac87SFam Zheng# Compile all the targets. 4d710ac87SFam Zheng# 5d710ac87SFam Zheng# Copyright (c) 2016 Red Hat Inc. 6d710ac87SFam Zheng# 7d710ac87SFam Zheng# Authors: 8d710ac87SFam Zheng# Fam Zheng <famz@redhat.com> 9d710ac87SFam Zheng# 10d710ac87SFam Zheng# This work is licensed under the terms of the GNU GPL, version 2 11d710ac87SFam Zheng# or (at your option) any later version. See the COPYING file in 12d710ac87SFam Zheng# the top-level directory. 13d710ac87SFam Zheng 14d710ac87SFam Zheng. common.rc 15d710ac87SFam Zheng 16*c16fe84fSFam Zhengcd "$BUILD_DIR" 17*c16fe84fSFam Zheng 18d710ac87SFam Zhengbuild_qemu 19d710ac87SFam Zhengmake check $MAKEFLAGS 20