Skip to content

No way to install CBMC after make -C src #6443

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

Closed
srogatch opened this issue Nov 6, 2021 · 1 comment · Fixed by #6637
Closed

No way to install CBMC after make -C src #6443

srogatch opened this issue Nov 6, 2021 · 1 comment · Fixed by #6637

Comments

@srogatch
Copy link

srogatch commented Nov 6, 2021

CBMC version: 5.43.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: make -C src
What behaviour did you expect: a possibility to run make -C src install
What happened instead: there is no install target.

tautschnig added a commit to tautschnig/cbmc that referenced this issue Feb 3, 2022
Our CMake-based builds already support an "install" target to put
various built binaries (and man pages) in place. Add a similar target to
Makefile-based builds.

Fixes: diffblue#6443
@tautschnig
Copy link
Collaborator

I've finally put together a PR that seeks to address this: #6637. My apologies for the time it took to get this done.

tautschnig added a commit to tautschnig/cbmc that referenced this issue Feb 8, 2022
Our CMake-based builds already support an "install" target to put
various built binaries (and man pages) in place. Add a similar target to
Makefile-based builds.

Fixes: diffblue#6443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants