[openssl-commits] [openssl] master update

Ben Laurie ben at openssl.org
Sat May 2 15:13:59 UTC 2015


The branch master has been updated
       via  9598996c93c572c173c6966082b08ce02c94841b (commit)
      from  6f4d71ff9d5ac80c5ae2a309a487ccbdb360108b (commit)


- Log -----------------------------------------------------------------
commit 9598996c93c572c173c6966082b08ce02c94841b
Author: Ben Laurie <ben at links.org>
Date:   Fri May 1 17:48:59 2015 +0100

    Clean all .o files.
    
    Reviewed-by: Rich Salz

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

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

diff --git a/Makefile.org b/Makefile.org
index 0676a39..3a67c94 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -406,7 +406,7 @@ libclean:
 	rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
 
 clean:	libclean
-	rm -f *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
+	rm -f */*/*.o */*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
 	rm -rf *.bak certs/.0
 	@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
 	rm -f $(LIBS) tags TAGS


More information about the openssl-commits mailing list