edk2: .git can be a file

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
Gerd Hoffmann 2022-03-07 12:51:09 +01:00
parent ca26041500
commit 4911df8a7a

View file

@ -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 # we're building from a tarball and that they've already been fetched by
# make-release/tarball scripts. # make-release/tarball scripts.
submodules: submodules:
if test -d edk2/.git; then \ if test -e edk2/.git; then \
cd edk2 && git submodule update --init --force -- \ cd edk2 && git submodule update --init --force -- \
ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \ ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 \
BaseTools/Source/C/BrotliCompress/brotli \ BaseTools/Source/C/BrotliCompress/brotli \