Use `--prefix ""` - no prefix in modules
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 6
Description
Use `--prefix ""` - no prefix. `--prefix "/"` causes funny-looking `//lib`, `//bin`, etc. to appear in various places, which don't harm anything but do look odd, and we shouldn't continue making the same mistake IMO.
_Originally posted by @JonathonHall-Purism in https://github.com/osresearch/heads/pull/1446#discussion_r1290239297_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository's build configuration for uses of `--prefix "/"` and identify the module-related command that produces paths such as `//lib` and `//bin`. Change that prefix to an empty value, then verify the generated module paths no longer contain the doubled slash.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100