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: fix shell tab-completions (#147) #148

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

isaac-io
Copy link
Contributor

Shell tab-completions are currently broken due to the regeneration of
make_config.mk on every invocation, which also causes a make restart.

Prevent regeneration if the file exists and we're in an invocation that
doesn't execute rule recipes (-n or -q).

@isaac-io isaac-io added the Upstreamable can be upstreamed to RocksDB label Aug 30, 2022
@isaac-io isaac-io requested a review from Yuval-Ariel August 30, 2022 14:52
@isaac-io isaac-io self-assigned this Aug 30, 2022
@isaac-io isaac-io linked an issue Aug 30, 2022 that may be closed by this pull request
@isaac-io isaac-io force-pushed the 147-makefile-tab-completion-is-broken branch from 9997130 to 0917ff5 Compare September 16, 2022 07:52
@isaac-io isaac-io force-pushed the 147-makefile-tab-completion-is-broken branch 2 times, most recently from 276be33 to 04d8ae8 Compare September 23, 2022 11:54
Shell tab-completions are currently broken due to the regeneration of
`make_config.mk` on every invocation, which also causes a make restart.

Prevent regeneration if the file exists and we're in an invocation that
doesn't execute rule recipes (-n or -q).
@isaac-io isaac-io force-pushed the 147-makefile-tab-completion-is-broken branch from 04d8ae8 to fd19de8 Compare September 29, 2022 09:02
@isaac-io isaac-io merged commit 91414a1 into main Sep 29, 2022
@isaac-io isaac-io deleted the 147-makefile-tab-completion-is-broken branch September 29, 2022 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstreamable can be upstreamed to RocksDB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

makefile: tab-completion is broken
2 participants