1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

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'.
This commit is contained in:
Collin Funk
2025-05-11 10:07:22 -07:00
committed by Pádraig Brady
parent 8dd5b91d2c
commit d314730ea4
+1 -1
View File
@@ -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: