[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/11] edk2: .git can be a file
From: |
Gerd Hoffmann |
Subject: |
[PATCH 04/11] edk2: .git can be a file |
Date: |
Tue, 8 Mar 2022 15:55:14 +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..a669019fe5b2 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 -d edk2/.git -o -f edk2/.git; then \
cd edk2 && git submodule update --init --force -- \
ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \
BaseTools/Source/C/BrotliCompress/brotli \
--
2.35.1
- Re: [PATCH 01/11] tests/acpi: allow virt memory hotplug changes, (continued)
- [PATCH 04/11] edk2: .git can be a file,
Gerd Hoffmann <=
- [PATCH 02/11] edk2: update submodule to stable202202, Gerd Hoffmann, 2022/03/08
- [PATCH 08/11] tests/acpi: disallow virt memory hotplug changes, Gerd Hoffmann, 2022/03/08
- [PATCH 09/11] edk2/docker: install python3, Gerd Hoffmann, 2022/03/08
- [PATCH 07/11] tests/acpi: update expected data files, Gerd Hoffmann, 2022/03/08
- [PATCH 10/11] edk2/docker: use ubuntu 18.04, Gerd Hoffmann, 2022/03/08