Makefile: removed configure and made library builds better #45

Closed
emma wants to merge 0 commits from Makefile-changes into main
Owner
No description provided.
emma added the
enhancement
label 2024-02-07 05:24:05 +00:00
emma self-assigned this 2024-02-07 05:24:05 +00:00
emma added 1 commit 2024-02-07 05:24:05 +00:00
emma requested review from trinity 2024-02-07 05:24:12 +00:00
trinity approved these changes 2024-02-07 05:36:54 +00:00
trinity left a comment
Owner

Big fan.

Big fan.
@ -75,2 +72,3 @@
build/bin/fop: src/fop.rs build libgetopt sysexits
build/bin/fop: src/fop.rs build build/o/libgetopt.rlib build/o/libsysexits.rlib
$(RUSTC) $(RUSTFLAGS) --extern getopt=build/o/libgetopt.rlib \
--extern sysexits=build/o/libsysexits.rlib \
Owner

Should this be a RUSTFLAGS flag?

Should this be a RUSTFLAGS flag?
emma closed this pull request 2024-02-07 05:59:13 +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/coreutils#45
No description provided.