]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
config: use -path instead of -wholename
authorNikola Pajkovsky <nikolap@openssl.org>
Wed, 4 Feb 2026 14:05:40 +0000 (15:05 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 9 Feb 2026 09:53:03 +0000 (10:53 +0100)
-wholename is mostly alias to -path, and -path is more
portable. E.g. -wholename does not exist on NetBSD.

Signed-off-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Mon Feb  9 09:53:10 2026
(Merged from https://github.com/openssl/openssl/pull/29944)

Configurations/unix-Makefile.tmpl

index 155aa46955abddaa4512a179bef3ce499c17c334..bdcd87ac06e844878797ef72472ef0dc37bba82a 100644 (file)
@@ -639,7 +639,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 '.*' \! -wholename './pkcs11-provider/*' -exec $(RM) {} \;
+       -find . -type l \! -name '.*' \! -path './pkcs11-provider/*' -exec $(RM) {} \;
 
 distclean: clean ## Clean and remove the configuration
        $(RM) include/openssl/configuration.h