Skip to content

Interrupting configure makes the build process unhappy #1727

Closed
@catamorphism

Description

@catamorphism

If I hit Ctrl-C during configure (at least on a Mac), I get:

make: *** Deleting file config.mk'`

which means that if I subsequently do make check:

Makefile:51: config.mk: No such file or directory
[snip]
make: *** No rule to make target `/mk/tests.mk'.  Stop.

I have to manually re-run ./configure to get it to work. This seems wrong, since I didn't have to run ./configure initially -- it was triggered by doing a git update and the contents of the relevant files changing.

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