Skip to content

Reduce the amount of text printed when building abc.#450

Merged
alanminko merged 1 commit intoberkeley-abc:masterfrom
sterin:master
Nov 4, 2025
Merged

Reduce the amount of text printed when building abc.#450
alanminko merged 1 commit intoberkeley-abc:masterfrom
sterin:master

Conversation

@sterin
Copy link
Contributor

@sterin sterin commented Nov 4, 2025

  • introduce a user-defined function abc_info that only prints out text when ABC_MAKE_VERBOSE is set

  • replace all calls to $(info ...) with calls to $(call abc_info, ...)

To show the output build with ABC_MAKE_VERBOSE. for example

make ABC_MAKE_VERBOSE=1 ...

* introduce a user-defined function `abc_info` that only prints out text when ABC_MAKE_VERBOSE is set

* replace all calls to $(info ...) with calls to $(call abc_info, ...)

To show the output build with ABC_MAKE_VERBOSE. for example

```
make ABC_MAKE_VERBOSE=1 ...
```
@alanminko alanminko merged commit 474e7fb into berkeley-abc:master Nov 4, 2025
8 of 9 checks passed
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