Makefile: updates to use new POSIX 2024 standard features! #121

Closed
emma wants to merge 0 commits from makefile-posix-2024 into main
Owner
No description provided.
emma added the
enhancement
label 2024-06-18 22:34:12 +00:00
emma self-assigned this 2024-06-18 22:34:13 +00:00
emma added 2 commits 2024-06-18 22:34:13 +00:00
emma requested review from trinity 2024-06-18 22:34:17 +00:00
emma requested review from silt 2024-06-18 22:34:17 +00:00
trinity approved these changes 2024-06-20 04:45:39 +00:00
trinity left a comment
Owner

Otherwise well done as always.

Otherwise well done as always.
Makefile Outdated
@ -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 \
Owner

You should add a comment saying why the octal is necessary.

You should add a comment saying why the octal is necessary.
emma added 1 commit 2024-06-20 05:30:20 +00:00
emma closed this pull request 2024-06-20 05:30:36 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/harakit#121
No description provided.