]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/build.sh
ArmPkg/ArmSoftFloatLib: remove source files that are no longer used
[mirror_edk2.git] / OvmfPkg / build.sh
index 6821742e7acdb426bd9e5bb769f883e6aa48b481..4fcbdd2bc993a59ad4c0561365ffa5e85a3ec796 100755 (executable)
@@ -1,15 +1,9 @@
 #!/usr/bin/env bash
 #
 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>
 #
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution.  The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 
 set -e
@@ -215,7 +209,7 @@ if [[ "$RUN_QEMU" == "yes" ]]; then
                    grep -o -E 'version [0-9]+\.[0-9]+\.[0-9]+' | \
                      awk '{print $2}')
   case $qemu_version in
-    1.[6-9].*|1.[1-9][0-9].*|2.*.*)
+    1.[6-9].*|[2-9].*.*|[1-9][0-9]*.*.*)
       ENABLE_FLASH=yes
       ;;
   esac