Skip to content

make: prevent automatic removal of intermediates#1962

Merged
Frenzie merged 1 commit into
koreader:masterfrom
benoit-pierre:pr/no_removal_of_make_intermediates
Oct 12, 2024
Merged

make: prevent automatic removal of intermediates#1962
Frenzie merged 1 commit into
koreader:masterfrom
benoit-pierre:pr/no_removal_of_make_intermediates

Conversation

@benoit-pierre

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

Copy link
Copy Markdown
Member

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
```
@Frenzie Frenzie merged commit c99d553 into koreader:master Oct 12, 2024
@benoit-pierre benoit-pierre deleted the pr/no_removal_of_make_intermediates branch October 12, 2024 11:01
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