提交 7841edc9 编写于 作者: R Richard Levitte

Remove duplication and have clean depend on libclean

上级 132eaa59
...@@ -314,10 +314,10 @@ Makefile.ssl: Makefile.org ...@@ -314,10 +314,10 @@ Makefile.ssl: Makefile.org
@false @false
libclean: libclean:
rm -f *.so *.so.* engines/*.so *.a */lib */*/lib rm -f *.map *.so *.so.* engines/*.so *.a */lib */*/lib
clean: clean: libclean
rm -f shlib/*.o *.o core a.out fluff *.map rehash.time testlog make.log cctest cctest.c rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
@for i in $(DIRS) ;\ @for i in $(DIRS) ;\
do \ do \
if [ -d "$$i" ]; then \ if [ -d "$$i" ]; then \
...@@ -327,7 +327,7 @@ clean: ...@@ -327,7 +327,7 @@ clean:
fi; \ fi; \
done; done;
rm -f openssl.pc rm -f openssl.pc
rm -f *.a *.o speed.* *.map *.so .pure core rm -f speed.* .pure
rm -f $(TARFILE) rm -f $(TARFILE)
@for i in $(ONEDIRS) ;\ @for i in $(ONEDIRS) ;\
do \ do \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册