[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 04/11] edk2: .git can be a file
From: |
Gerd Hoffmann |
Subject: |
[PATCH v2 04/11] edk2: .git can be a file |
Date: |
Fri, 11 Mar 2022 06:37:52 +0100 |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
roms/Makefile.edk2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roms/Makefile.edk2 b/roms/Makefile.edk2
index 3d75a842a4df..6801ea62e8f1 100644
--- a/roms/Makefile.edk2
+++ b/roms/Makefile.edk2
@@ -51,7 +51,7 @@ all: $(foreach
flashdev,$(flashdevs),../pc-bios/edk2-$(flashdev).fd.bz2) \
# we're building from a tarball and that they've already been fetched by
# make-release/tarball scripts.
submodules:
- if test -d edk2/.git; then \
+ if test -e edk2/.git; then \
cd edk2 && git submodule update --init --force -- \
ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \
BaseTools/Source/C/BrotliCompress/brotli \
--
2.35.1
- [PATCH v2 00/11] edk2: update to stable202202, Gerd Hoffmann, 2022/03/11
- [PATCH v2 01/11] tests/acpi: allow virt memory hotplug changes, Gerd Hoffmann, 2022/03/11
- [PATCH v2 02/11] edk2: update submodule to stable202202, Gerd Hoffmann, 2022/03/11
- [PATCH v2 05/11] edk2: add microvm build, Gerd Hoffmann, 2022/03/11
- [PATCH v2 03/11] edk2: switch to release builds, Gerd Hoffmann, 2022/03/11
- [PATCH v2 04/11] edk2: .git can be a file,
Gerd Hoffmann <=
- [PATCH v2 07/11] tests/acpi: update expected data files, Gerd Hoffmann, 2022/03/11
- [PATCH v2 08/11] tests/acpi: disallow virt memory hotplug changes, Gerd Hoffmann, 2022/03/11
- [PATCH v2 09/11] edk2/docker: install python3, Gerd Hoffmann, 2022/03/11