We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building gnu's coreutils with uutils' coreutils I get the following error:
> GEN src/coreutils_symlinks > error: The argument '--symbolic' was provided more than once, but cannot be used multiple times > > USAGE: > ln [OPTION]... [-T] TARGET LINK_NAME (1st form) > ln [OPTION]... TARGET (2nd form) > ln [OPTION]... TARGET... DIRECTORY (3rd form) > ln [OPTION]... -t DIRECTORY TARGET... (4th form) > > For more information try --help > make[2]: *** [Makefile:17319: src/coreutils_symlinks] Error 1 > make[2]: Leaving directory '/build/coreutils-8.32' > make[1]: *** [Makefile:12910: all-recursive] Error 1 > make[1]: Leaving directory '/build/coreutils-8.32' > make: *** [Makefile:7027: all] Error 2
The text was updated successfully, but these errors were encountered:
ln
Merge pull request #2370 from tertsdiepraam/ln/update-arg-handling
e35cafd
`ln`: refactor argument handling and fix #2359
Successfully merging a pull request may close this issue.
When building gnu's coreutils with uutils' coreutils I get the following error:
The text was updated successfully, but these errors were encountered: