Skip to content

Makefile.am: include update-bash-completion.sh in release tarballs#91

Merged
cinderblock merged 1 commit intodfu-programmer:masterfrom
jacmet:feature/include-update-bash-completions-in-tarball
Jun 15, 2023
Merged

Makefile.am: include update-bash-completion.sh in release tarballs#91
cinderblock merged 1 commit intodfu-programmer:masterfrom
jacmet:feature/include-update-bash-completions-in-tarball

Conversation

@jacmet
Copy link
Copy Markdown
Contributor

@jacmet jacmet commented Jun 14, 2023

Commit d08f2ef (Generate bash_completion file with make, not bootstrap) added an update-bash-completion.sh script and called it from the Makefile, but forgot to add it to EXTRA_DIST, so it is not present in the release tarballs, breaking the build.

Commit d08f2ef (Generate bash_completion file with make, not bootstrap)
added an update-bash-completion.sh script and called it from the Makefile,
but forgot to add it to EXTRA_DIST, so it is not present in the release
tarballs, breaking the build.

Signed-off-by: Peter Korsgaard <[email protected]>
@cinderblock
Copy link
Copy Markdown
Member

Thank you for this. I'm slightly unhappy that we use two separate files to achieve this goal - this manual canning of the C sources to extract a list of supported targets works but feels a little kludgey to me. I suspect there is a better way.

Merging for now.

@cinderblock cinderblock merged commit 997c851 into dfu-programmer:master Jun 15, 2023
arnout pushed a commit to buildroot/buildroot that referenced this pull request Oct 28, 2023
The update-bash-completion.sh issue is now fixed, so remove the workaround:

dfu-programmer/dfu-programmer#91

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
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