Skip to content

Port makefiles toward BSD compatibility#27

Open
ChrisNourse wants to merge 1 commit intomainfrom
codex/replace-gnu-make-functions-with-bsd-make-constructs
Open

Port makefiles toward BSD compatibility#27
ChrisNourse wants to merge 1 commit intomainfrom
codex/replace-gnu-make-functions-with-bsd-make-constructs

Conversation

@ChrisNourse
Copy link
Owner

Summary

  • replace GNU-only make functions with portable patterns
  • drop GNU order-only prereqs

Testing

  • make clean
  • make -j$(nproc) all
  • make test
  • bmake clean (fails: "don't know how to make build/a.o")
  • bmake -j$(nproc) all (fails: "don't know how to make build/a.o")

https://chatgpt.com/codex/tasks/task_e_684d2b650c648323bb0e7df321896671

@ChrisNourse ChrisNourse added the patch For bug fixes label Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex patch For bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant