]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/make-release
qapi: Smooth visitor error checking in generated code
[mirror_qemu.git] / scripts / make-release
index b4af9c9e5202cb5c4f092d67ea516ac48a1c3a23..a2a8cda33c0e0da3caa1f864151595cc7d8db91b 100755 (executable)
@@ -20,6 +20,14 @@ git checkout "v${version}"
 git submodule update --init
 (cd roms/seabios && git describe --tags --long --dirty > .version)
 (cd roms/skiboot && ./make_version.sh > .version)
+# Fetch edk2 submodule's submodules, since it won't have access to them via
+# the tarball later.
+#
+# A more uniform way to handle this sort of situation would be nice, but we
+# don't necessarily have much control over how a submodule handles its
+# submodule dependencies, so we continue to handle these on a case-by-case
+# basis for now.
+(cd roms/edk2 && git submodule update --init)
 popd
 tar --exclude=.git -cjf ${destination}.tar.bz2 ${destination}
 rm -rf ${destination}