jqlang / jq

Command-line JSON processor
https://jqlang.github.io/jq/
Other
30.23k stars 1.57k forks source link

Add a build step to deal with spurious compile errors when building from source #3125

Closed jbrains closed 4 months ago

jbrains commented 4 months ago

When I tried to build a new version in the same working directory I'd used to build a previous version, I saw build errors. After a few attempts, I remembered that "make clean" might get past the problem. It seems like a nice thing to suggest to everyone who might fall into the same trap.

wader commented 4 months ago

Fine with me. I wonder if we should align all the comments in the code block somehow?

jbrains commented 4 months ago

Fine with me. I wonder if we should align all the comments in the code block somehow?

Done.