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

Makefile: Use path agnostic bash location #1261

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

Baitinq
Copy link
Contributor

@Baitinq Baitinq commented Dec 28, 2022

This patch changes the bash location in the makefile from /bin/bash to /usr/bin/env bash. The latter is a more reproducible location as it is common to more *nix systems which don't contain the former, such as NixOS.

This patch changes the bash location in the makefile from /bin/bash to
/usr/bin/env bash. The latter is a more reproducible location as it is
common to more *nix systems which don't contain the former, such as
NixOS.
@tlaurion
Copy link
Collaborator

tlaurion commented Jan 4, 2023

@JonathonHall-Purism This implements first step into making Heads current buildsystem being able to transition to being build on top of *Nix as per #936 (comment) discussions.

(This will need all blobs/ scripts also being modified, which have path to python hardcoded as well as other troubleshooting along the way)

@JonathonHall-Purism : I have nothing against merging this: that would be an improvement.

@JonathonHall-Purism
Copy link
Collaborator

Agree, let's merge it. Thanks!

@tlaurion tlaurion merged commit a772259 into linuxboot:master Jan 5, 2023
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.

None yet

3 participants