From: Collin Funk Date: Sun, 11 May 2025 17:07:22 +0000 (-0700) Subject: doc: suggest GNULIB_REFDIR instead of GNULIB_SRCDIR X-Git-Tag: v9.8~328 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d314730ea4a78787be0b3cb814d2ed58cec5a66a;p=thirdparty%2Fcoreutils.git doc: suggest GNULIB_REFDIR instead of GNULIB_SRCDIR * README-hacking: Use GNULIB_REFDIR instead of GNULIB_SRCDIR since that is the correct way to have ./bootstrap do 'git clone --reference'. --- diff --git a/README-hacking b/README-hacking index 17e548edca..c6529ac2c1 100644 --- a/README-hacking +++ b/README-hacking @@ -43,7 +43,7 @@ As an optional step, if you already have a copy of the Gnulib Git repository, then you can use it as a reference to reduce download time and file system space requirements: - $ export GNULIB_SRCDIR=/path/to/gnulib + $ export GNULIB_REFDIR=/path/to/gnulib The next steps are to get and check other files needed to build, and complete the build: