Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

make install does not (re)build #283

@stefanha

Description

@stefanha

Description of problem

"make install" fails on a clean working directory:

$ make install
install: cannot stat ‘data/kata-collect-data.sh’: No such file or directory

This happens because install and install-scripts do not depend on the
runtime. Make doesn't know it needs to build the runtime before it can
be installed.

Expected result

"make install" builds the runtime and then installs the files successfully.

Actual result

install: cannot stat ‘data/kata-collect-data.sh’: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions