From 7740a1c6ef9cedffc40110ba6f276658247c3d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 9 Jun 1999 16:18:53 +0000 Subject: "make update" (added to top Makefile, and applied). --- Makefile.org | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index ece6aee772..2c8e9971d0 100644 --- a/Makefile.org +++ b/Makefile.org @@ -271,7 +271,7 @@ tests: rehash depend: @for i in $(DIRS) ;\ do \ - (cd $$i && echo "making dependancies $$i..." && \ + (cd $$i && echo "making dependencies $$i..." && \ $(MAKE) SDIRS='${SDIRS}' DEPFLAG='${DEPFLAG}' depend ) || exit 1; \ done; @@ -292,9 +292,21 @@ tags: errors: perl util/mkerr.pl -recurse -write +util/libeay.num:: + perl util/mkdef.pl crypto update + +util/ssleay.num:: + perl util/mkdef.pl ssl update + +TABLE: + (echo 'Output of `Configure TABLE:'"'"; \ + perl Configure TABLE) > TABLE + +update: depend errors util/libeay.num util/ssleay.num TABLE + tar: @tar --norecurse -cvf - \ - `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\ + `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort` |\ tardy --user_number=0 --user_name=openssl \ --group_number=0 --group_name=openssl \ --prefix=openssl-$(VERSION) - |\ -- cgit v1.2.3