We should not remove symlinks in submodules

Fixes #28285

Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28286)
This commit is contained in:
Dmitry Belyavskiy 2025-08-16 17:21:42 +02:00
parent 851b0c8868
commit eec435695e
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ clean: libclean ## Clean the workspace, keep the configuration
$(RM) tags TAGS doc-nits md-nits
$(RM) -r test/test-runs
$(RM) providers/fips*.new
-find . -type l \! -name '.*' -exec $(RM) {} \;
-find . -type l \! -name '.*' \! -wholename './pkcs11-provider/*' -exec $(RM) {} \;
distclean: clean ## Clean and remove the configuration
$(RM) include/openssl/configuration.h