The branch master has been updated
       via  df302cdce7bd9b27bb4745674abc06d3310dde33 (commit)
      from  f325fba50c6e1cab053e449c420f76256b551867 (commit)


- Log -----------------------------------------------------------------
commit df302cdce7bd9b27bb4745674abc06d3310dde33
Author: Richard Levitte <[email protected]>
Date:   Thu Feb 18 22:38:21 2016 +0100

    Fix uninstall_sw for the unixmake scheme
    
    The uninstall_sw target tried to 'make uninstall' in all subdirs.
    Change it to only go into $(INSTALL_SUBS), just like install_sw does.
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 2fa7a65..79a1ea9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -661,7 +661,7 @@ uninstall_sw:
        $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc
        $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libssl.pc
        $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/openssl.pc
-       @target=uninstall; $(RECURSIVE_BUILD_CMD)
+       @target=uninstall; for dir in $(INSTALL_SUBS); do $(BUILD_CMD); done
 
 install_html_docs:
        here="`pwd`"; \
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to