Makefile: updates to use new POSIX 2024 standard features! #121
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "makefile-posix-2024"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Otherwise well done as always.
@ -70,3 +67,2 @@
build/o/libsysexits.rlib: build $(SYSEXITS)sysexits.h
# bandage solution until bindgen(1) gets stdin support
printf '#define EXIT_FAILURE 1\n' | cat - $(SYSEXITS)sysexits.h \
printf '\043define EXIT_FAILURE 1\n' | cat - $(SYSEXITS)sysexits.h \
You should add a comment saying why the octal is necessary.
Pull request closed