Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor portability improvements #74

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Minor portability improvements #74

wants to merge 9 commits into from

Conversation

vrza
Copy link
Contributor

@vrza vrza commented Jun 4, 2022

  • support BSD tar(1)
  • support BSD install(1)
  • explicit dependency on GNU make (gmake(1))
  • remove dependency on working directory from binutils and gzip build scripts
  • gitignore local gzip build files

vrza added 2 commits June 4, 2022 08:46
- support BSD tar(1)
- support BSD install(1)
- remove dependency on working directory from binutils and gzip build scripts
- explicit dependency on GNU make (gmake(1))
binutils.sh Outdated
--disable-plugins \
--disable-gprof \
--enable-compressed-debug-sections=none && \
gmake all-ld -j$(nproc) MAKEINFO=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command gmake is not found in default Ubuntu Linux installation even after running sudo apt install make. Can you specify the appropriate command (gmake or make) by detecting at runtime?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most certainly. Added a script to detect GNU make.

@vrza
Copy link
Contributor Author

vrza commented Jun 8, 2022

Note that FreeBSD port PR #86 should contain all the changes in this PR, so it can be merged instead, otherwise they should still merge cleanly on top of each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants