mirror of https://github.com/openssl/openssl.git
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:
parent
851b0c8868
commit
eec435695e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue