When introducing polarssl into stubdom building the clean targets of
stubdom/Makefile gained actions for removing openssl directories and
files additional to polarssl ones.

As those openssl files are never downloaded or created during build,
the related actions can be dropped.

Fixes: bdd516dc6b2f ("vtpm/vtpmmgr and required libs to stubdom/Makefile")
Signed-off-by: Juergen Gross <[email protected]>
---
 stubdom/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/stubdom/Makefile b/stubdom/Makefile
index d5fb354e7e..23ea8bb92e 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -670,7 +670,6 @@ crossclean: clean
        rm -fr ioemu xenstore xenstorepvh
        rm -fr gmp-$(XEN_TARGET_ARCH)
        rm -fr polarssl-$(XEN_TARGET_ARCH)
-       rm -fr openssl-$(XEN_TARGET_ARCH)
        rm -fr tpm_emulator-$(XEN_TARGET_ARCH)
        rm -f mk-headers-$(XEN_TARGET_ARCH)
        rm -fr ocaml-$(XEN_TARGET_ARCH)
@@ -682,7 +681,6 @@ patchclean: crossclean
        rm -fr newlib-$(NEWLIB_VERSION)
        rm -fr gmp-$(XEN_TARGET_ARCH)
        rm -fr polarssl-$(XEN_TARGET_ARCH)
-       rm -fr openssl-$(XEN_TARGET_ARCH)
        rm -fr tpm_emulator-$(XEN_TARGET_ARCH)
        rm -fr lwip-$(XEN_TARGET_ARCH)
        rm -fr grub-upstream
@@ -699,7 +697,6 @@ downloadclean: patchclean
        rm -f lwip-$(LWIP_VERSION).tar.gz
        rm -f ocaml-$(OCAML_VERSION).tar.gz
        rm -f polarssl-$(POLARSSL_VERSION)-gpl.tgz
-       rm -f openssl-$(POLARSSL_VERSION)-gpl.tgz
 
 .PHONY: distclean
 distclean: downloadclean
-- 
2.35.3


Reply via email to