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