linuxboot / linuxboot/heads

Use `--prefix ""` - no prefix in modules

Open
#1,460 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.