Emma and I noticed this the other week and forgot to make a PR for it. Thank you!
strerror(3)
as a Rust library
@trinity: in the future, do not make commits without PGP signing them, and do not merge main into branches that have pull requests open to main.
I think I misclicked, I don't remember doing…
userface has a nice ring to it. What about sapwood? The userland utilities are the wrapper around the core (the kernel; if we ever…
strerror(3)
as a Rust library
Consecutive directory delimiters are ignored when evaluating UNIX paths; ///
is an unnecessarily wordy equivalent to /
when used as a pathname. $(DESTDIR)/$(PREFIX)/bin
and so on is preferable, though, to ensure that hasty modifications won't write to a distbuildbin
or something. Mistakes happen!
strerror(3)
as a Rust library
For readability, spaces between the assignment operators and their names and values would be nice. e.g. DESTDIR = ./dist
(though I would forego the ./
as Makefiles are conventionally run relative to $PWD
anyway).