Skip to content

build: clean stale versioned libraries in genclean#4188

Open
grandixximo wants to merge 1 commit into
LinuxCNC:2.9from
grandixximo:fix/genclean-soname-2.9
Open

build: clean stale versioned libraries in genclean#4188
grandixximo wants to merge 1 commit into
LinuxCNC:2.9from
grandixximo:fix/genclean-soname-2.9

Conversation

@grandixximo

Copy link
Copy Markdown
Contributor

Backport of the genclean part of #4180 to 2.9.

genclean removed only $(TARGETS), so a leftover ../lib/*.so.N from a prior build (for example a soname left behind when switching branches in a RIP tree, since liblinuxcncini is .so.0 in 2.9 and .so.1 in 2.10) survived make clean. Glob the versioned libraries so make clean removes them too.

genclean removed only $(TARGETS), so a leftover ../lib/*.so.N from a
prior build (e.g. a soname left behind when switching branches in a RIP
tree) survived make clean. Glob the versioned libraries so make clean
removes them too.
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.

1 participant