From d314730ea4a78787be0b3cb814d2ed58cec5a66a Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 11 May 2025 10:07:22 -0700 Subject: [PATCH] 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'. --- README-hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3