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

src/Makefile: correcting tabulation to fix verbose build #153

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

ia
Copy link
Contributor

@ia ia commented Dec 28, 2023

TL; DR: fix tab for USE_VERBOSE_COMPILE=yes make use case.

Hello again. I have a couple of other ideas for further little improvements of src/Makefile, if no one minds. But during experiments, I discovered a very little issue which I'm happy to help to fix first.

Steps to reproduce:

  • run a local build with verbose output using supported make variable:
    $ USE_VERBOSE_COMPILE=yes make

What should happen? :

  • successfull local build with detailed output

What actually happens? :

  • build stops due to error:
    Makefile:327: *** missing separator. Stop.

Root cause:

  • a set of spaces placed in the line with error instead of tab

Hence, this microscopic PR commit fixes verbose building.

@bvernoux bvernoux merged commit 4fabdb7 into hydrabus:master Dec 29, 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

2 participants