Daniel Kiper via Grub-devel <grub-devel@gnu.org> writes: > On Sun, Aug 24, 2025 at 08:38:41PM -0500, Andrew Hamilton wrote: >> Update the bootstrap script to be compatible with newer versions >> of GIT that changed the git clone -h output from containing: >> "--depth" >> to: >> "--[no-]depth" >> This bootstrap script is pulled the latest GNULIB version >> from GNULIB GIT, commit 9a1a6385 >> This change avoids a full clone on GNULIB, saving >> something like 50 MB. >> >> Fixes: https://savannah.gnu.org/bugs/?66357 >> >> Signed-off-by: Andrew Hamilton <adham...@gmail.com> > > OK, let's take some risk and try it... > > Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com>
FYI, you can use the GNULIB_SRCDIR enviornment variable to save time and bandwidth. Since I am a Gnulib developer and commit to various projects that use Gnulib I have the following in my ~/.profile: export GNULIB_SRCDIR="$HOME/.local/src/gnulib" Collin _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel