]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/automake: do not delete libtool in clean targets
authorMichael Pratt <mcpratt@pm.me>
Sun, 6 Oct 2024 08:23:10 +0000 (04:23 -0400)
committerRobert Marko <robimarko@gmail.com>
Sat, 26 Jul 2025 12:38:08 +0000 (14:38 +0200)
commit30105c77efc09ec5edbaba4741f4f8f265f1f2aa
tree9cd2612f376a83a42f24c8e97ae760186fcedb78
parent7a8fd735489e6d02ecccfe63ffdf7c3694ee8dbc
tools/automake: do not delete libtool in clean targets

For the building of some packages, it is helpful
to completely clean the packaged release copy of the source,
however this usually deletes libtool if used,
otherwise causing the need to run the bootstrap script twice.

Not deleting libtool allows compilation to continue directly
after cleaning pre-generated files in the package distribution.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/automake/patches/999-clean-am.patch