Skip to content
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

make: prevent automatic removal of intermediates #1962

Merged

Conversation

benoit-pierre
Copy link
Contributor

@benoit-pierre benoit-pierre commented Oct 12, 2024

Prevent make from removing targets it considers as intermediate; e.g. when building from a pristine crengine's checkout:

[*] Install data files
make:
unlink: base/thirdparty/kpvcrlib/crengine/cr3gui/data/tessdata: Is a directory
make:
unlink: base/thirdparty/kpvcrlib/crengine/cr3gui/data/dict: Is a directory

This change is Reviewable

Prevent make from removing targets it considers as intermediate;
e.g. when building from a pristine crengine's checkout:
```
[*] Install data files
make:
unlink: base/thirdparty/kpvcrlib/crengine/cr3gui/data/tessdata: Is a directory
make:
unlink: base/thirdparty/kpvcrlib/crengine/cr3gui/data/dict: Is a directory
```
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