Skip to content

Minor portability improvements#74

Open
vrza wants to merge 9 commits intotaviso:mainfrom
vrza:sh-compat-1
Open

Minor portability improvements#74
vrza wants to merge 9 commits intotaviso:mainfrom
vrza:sh-compat-1

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