-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove -D option from FreeBSD Makefile install target to match NetBSD and OpenBSD behavior. #27
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* server: fix some documentation 1. use no-# rgb codes, as they requires less thought 2. fix some paths * server: tiny doc fix; 00ffff is cyan, not teal
without ?count=1 it was count=0, so "do nothing"
Introduced in commit 0cd912d ("clean up warnings").
The last access time of devices is tracked and they're closed after being idle for 1 second.
Based on the install man page the option should probably be replaced with |
ccammack
changed the title
Remove -D option from FreeBSD Makefile install target.
Remove -D option from FreeBSD Makefile install target to match NetBSD and OpenBSD behavior.
Oct 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removing the -D option for FreeBSD seems to solve the install problem I reported in #654, assuming that libblink1.so and blink1-tool are the only two files involved.
Here's the build output on FreeBSD after making the change: