X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.ssl;h=f6cb64329a9c299d7251d03be41fdfb9b13156a8;hb=29c7896f13b551f319cfb94bb25072813cbbb58b;hp=c6b257a760fdf8e091c75f93b3eb7debfe272548;hpb=651d0aff98d28e2db146afa1790e9e22f3ef22db;p=openssl.git diff --git a/Makefile.ssl b/Makefile.ssl index c6b257a760..f6cb64329a 100644 --- a/Makefile.ssl +++ b/Makefile.ssl @@ -177,7 +177,7 @@ WDIRS= windows LIBS= libcrypto.a libssl.a GENERAL= Makefile -BASENAME= opentls +BASENAME= openssl NAME= $(BASENAME)-$(VERSION) TARFILE= $(NAME).tar WTARFILE= $(NAME)-win.tar @@ -229,16 +229,15 @@ files: MINFO done; links: - /bin/rm -f Makefile; - ./util/point.sh Makefile.ssl Makefile; - $(TOP)/util/mklink.sh include $(EXHEADER) ; + /bin/rm -f Makefile + ./util/point.sh Makefile.ssl Makefile + $(TOP)/util/mklink.sh include $(EXHEADER) @for i in $(DIRS) ;\ do \ (cd $$i; echo "making links in $$i..."; \ $(MAKE) SDIRS='${SDIRS}' links ); \ done; - # @(cd apps; sh ./mklinks) - @( SSLEAY="`pwd`/apps/ssleay"; export SSLEAY; sh tools/c_rehash certs ) + @(SSLEAY="`pwd`/apps/ssleay"; export SSLEAY; sh tools/c_rehash certs) dclean: /bin/rm -f *.bak @@ -290,8 +289,8 @@ tar: @gtar --no-recursion -cvf - \ `find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\ tardy --user_number=0 --user_name=rse \ - --group_number=0 --group_name=opentls \ - --prefix=opentls-$(VERSION) - |\ + --group_number=0 --group_name=openssl \ + --prefix=openssl-$(VERSION) - |\ gzip --best >../$(TARFILE).gz; \ ls -l ../$(TARFILE).gz