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: revert .SHELLFLAGS changes #456

Merged
merged 1 commit into from Mar 18, 2022
Merged

Conversation

bom-d-van
Copy link
Member

We are having errors running make clean && make due to the flags on linux, not sure the actual cause,
but by removing it, it works both on linux and osx:

$ make clean && make
bash: - : invalid option
bash: - : invalid option
rm -f go-carbon build/* *deb *rpm
bash: - : invalid option
make: *** [clean] Error 1

We are having errors running `make clean && make` due to the flags on linux, not sure the actual cause,
but by removing it, it works both on linux and osx:

```
$ make clean && make
bash: - : invalid option
bash: - : invalid option
rm -f go-carbon build/* *deb *rpm
bash: - : invalid option
make: *** [clean] Error 1
```
@deniszh
Copy link
Member

deniszh commented Mar 18, 2022

Probably related to bash or make versions. Nvm, it's only failsafe precautions. Maybe we should also remove SHELL=bash, let's check later

@deniszh deniszh merged commit d83d40b into master Mar 18, 2022
@deniszh deniszh deleted the make/shell-flag-revert branch March 18, 2022 09:09
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

2 participants