-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
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
Makefile install_all should not install test binary #396
Comments
Isn't that kind of a 'feature' to have a good replacement in case your regular |
I have fish shell, which for some reason, runs
on every |
Jokes aside, we have the following set of demos etc.
I've marked my opinion on their "install-worthiness" As we had a nameclash for I'd say we should remove the possibility to install all "0*-rated" demos and the 1*- and 2*-rated demos should be renamed to something obvious e.g. If we keep groups:
Please add your opinions & preferences! (ping @karel-m @buggywhip) |
I agree with all of the above, also the renaming/prefixing with Anyway, thanks for working on this issue! 👍 |
IMO the only tool in "release quality" is The The prefixing with |
I'm reopening this so we can re-work as proposed. |
Prerequisites
Description
make -f makefile.shared install_all
installs thetest
binary into $PATH, which then shadows coreutilstest
binary and causes problems. Generally installing a binary namedtest
will cause some issues.Steps to Reproduce
make -f makefile.shared install_all
Version
1.18.1
The text was updated successfully, but these errors were encountered: