Makefile improvements #151

Closed
emma wants to merge 0 commits from makefile-changes into main
Owner

Some changes to make the Makefile a little better.

Some changes to make the Makefile a little better.
emma added the
enhancement
label 2024-08-01 00:08:00 -06:00
emma added 2 commits 2024-08-01 00:08:00 -06:00
emma requested review from trinity 2024-08-01 00:08:36 -06:00
emma requested review from silt 2024-08-01 00:08:36 -06:00
trinity reviewed 2024-08-01 06:30:55 -06:00
Makefile Outdated
@ -21,2 +20,2 @@
&& CDPATH= cd -P -- $(PREFIX) && pwd -P)
MANDIR != [ $(PREFIX_N) = / ] && printf '/usr/share/man\n' \
PREFIX_N != dirname $(PREFIX)/.
MANDIR != test $(PREFIX_N) -eq / && printf '/usr/share/man\n' \
Owner

-eq is integer equality, identical to intcmp -e. You'll want to use an equality sign instead.

-eq is integer equality, identical to intcmp -e. You'll want to use an equality sign instead.
trinity marked this conversation as resolved
trinity reviewed 2024-08-01 06:33:33 -06:00
@ -27,3 +26,3 @@
CC ?= cc
RUSTC ?= rustc
RUSTLIBS = --extern getopt=build/o/libgetopt.rlib \
RUSTFLAGS += --extern getopt=build/o/libgetopt.rlib \
Owner

Should this be renamed elsewhere too?

Should this be renamed elsewhere too?
trinity marked this conversation as resolved
Owner

These are good changes. I'll approve them once I know they work.

These are good changes. I'll approve them once I know they work.
emma added 1 commit 2024-08-01 13:13:15 -06:00
trinity approved these changes 2024-08-01 19:30:36 -06:00
Author
Owner

Merged.

Merged.
emma closed this pull request 2024-08-01 20:30:15 -06:00
emma deleted branch makefile-changes 2024-08-01 20:30:20 -06: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#151
No description provided.