mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
doc: Document how to deal with missing 'join'.
* doc/autoconf.texi (Limitations of Usual Tools): Mention that 'join' is missing in BusyBox.
This commit is contained in:
parent
d405fa2ec6
commit
b0d5d2d3eb
@ -19624,6 +19624,12 @@ On NetBSD, @command{join -a 1 file1 file2} mistakenly behaves like
|
|||||||
@command{join -a 1 -a 2 1 file1 file2}, resulting in a usage warning;
|
@command{join -a 1 -a 2 1 file1 file2}, resulting in a usage warning;
|
||||||
the workaround is to use @command{join -a1 file1 file2} instead.
|
the workaround is to use @command{join -a1 file1 file2} instead.
|
||||||
|
|
||||||
|
On platforms with the BusyBox tools, the @command{join} command is
|
||||||
|
entirely missing. As a workaround, you can simulate special cases of the
|
||||||
|
@command{join} command using an @command{awk} script. For an example,
|
||||||
|
see @url{https://lists.gnu.org/r/bug-gnulib/2021-04/msg00054.html}.
|
||||||
|
|
||||||
|
|
||||||
@item @command{ln}
|
@item @command{ln}
|
||||||
@c ---------------
|
@c ---------------
|
||||||
@prindex @command{ln}
|
@prindex @command{ln}
|
||||||
|
Loading…
Reference in New Issue
Block a user