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

new flag in configure to block the deletion of temporary files (Bugzilla Bug 2413) #36

Open
albbas opened this issue Aug 4, 2017 · 5 comments
Assignees

Comments

@albbas
Copy link
Contributor

albbas commented Aug 4, 2017

This issue was created automatically with bugzilla2github

Bugzilla Bug 2413

Date: 2017-08-05T00:53:16+02:00
From: Robert Reynolds <>
To: Sjur Nørstebø Moshagen <<sjur.n.moshagen>>
CC: sjur.n.moshagen

Last updated: 2017-10-09T19:33:35+02:00

@albbas
Copy link
Contributor Author

albbas commented Aug 4, 2017

Comment 12521

Date: 2017-08-05 00:53:16 +0200
From: Robert Reynolds <>

After FSTs have compiled, the Makefile deletes all of the temporary files, for example:

t-desc.accented.tmp.hfst analyser-gt-norm.accented.hfst analyser-gt-desc.accented.hfst generator-gt-desc.accented.hf
st analyser-gt-norm.tmp.hfst analyser-disamb-gt-desc.accented.hfst generator-gt-norm.tmp.hfst analyser-gt-desc.tmp.h
fst generator-gt-desc.tmp.hfst generator-gt-norm.accented.hfst analyser-disamb-gt-desc.tmp.hfst analyser-disamb-gt-d
esc.accented.tmp.hfst analyser-gt-norm.accented.tmp.hfst```

Would it be possible to add a flag, something like `--keep-tmp` to skip the steps that `rm` these files?

@albbas
Copy link
Contributor Author

albbas commented Oct 4, 2017

Comment 12635

Date: 2017-10-04 16:36:30 +0200
From: Sjur Nørstebø Moshagen <<sjur.n.moshagen>>

Try making with V=1 (verbose build), I have a recollection of not all files being deleted then.

@albbas
Copy link
Contributor Author

albbas commented Oct 4, 2017

Comment 12638

Date: 2017-10-04 16:41:28 +0200
From: Sjur Nørstebø Moshagen <<sjur.n.moshagen>>

Not Android...

@albbas
Copy link
Contributor Author

albbas commented Oct 9, 2017

Comment 12668

Date: 2017-10-09 19:33:35 +0200
From: Robert Reynolds <>

make V=1 doesn't seem to have an effect on whether tmp files are removed.

@albbas albbas transferred this issue from giellalt/bugzilla-dummy Sep 10, 2024
@flammie
Copy link
Contributor

flammie commented Sep 10, 2024

it would be possible to declare targets in makefiles as .SECONDARY or .PRECIOUS behind if block in automake code, but it will be something that needs to be manually updated in all makefiles or automake scripts pretty much

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

No branches or pull requests

3 participants