Block a user
0fd66bff38
false(1), true(1): complete main prototype
0c4923016e
Makefile: replace include/None.mk with /dev/null
OpenBSD
pledge(2)
and unveil(2)
support
I'm getting the following error message when trying to make
:
rustc --extern getopt=build/o/libgetopt.rlib --extern strerror=build/o/libstrerror.rlib --extern sysexits=build/o/libsysexit…
4c81516742
strcmp(1): further error-proofing
98c4d94f6d
scrut(1): further error-proofing
da190f713c
npc(1): tweak OpenBSD functions
10b7f7706b
dj(1): tweak OpenBSD functions
testing
I cannot reproduce this behavior with either
pdpmake(1)
or OpenBSDmake(1)
.
OpenBSD/7.5 arm64 make(1):
$ uname -a
OpenBSD laika.my.domain 7.5 GENERIC#97 arm64
$ command -v…
STYLE: make rules more granular and consistent, add examples
I struggled with coming up with this example. Could someone proofread this?
STYLE: make rules more granular and consistent, add examples
testing
The current Makefile
just builds and tests true(1) for me. The following change seems to fix this:
diff --git a/Makefile b/Makefile
index 6c6d555..906e7f4 100644
--- a/Makefile
+++…
a94884cc2a
tests: bonsai/swab.mk: add example from tha man page
9412f95cb1
tests: bonsai/str.mk: add str_isalpha test