X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.org;h=422327bdae5cd7c1b5ecab306853106671066a06;hb=d10f052be50d9115b574d1848e600fb93adade25;hp=781f5f8a2f81aa61154d8b9daeda768558d75762;hpb=bb8f3c58794868c65b9ac45f11c27d3a104e279e;p=oweals%2Fopenssl.git diff --git a/Makefile.org b/Makefile.org index 781f5f8a2f..422327bdae 100644 --- a/Makefile.org +++ b/Makefile.org @@ -199,7 +199,7 @@ sub_all: done; Makefile.ssl: Makefile.org - @echo "Makefile.ssl is older than Makefile.org. Rerun Configuration" + @echo "Makefile.ssl is older than Makefile.org. Rerun Configure" @echo "and do a make links and a make errors." @false @@ -290,8 +290,8 @@ errors: tar: @gtar --no-recursion -cvf - \ - `find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\ - tardy --user_number=0 --user_name=rse \ + `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\ + tardy --user_number=0 --user_name=openssl \ --group_number=0 --group_name=openssl \ --prefix=openssl-$(VERSION) - |\ gzip --best >../$(TARFILE).gz; \ @@ -303,7 +303,6 @@ dist: @$(MAKE) dist_pem_h @$(MAKE) SDIRS='${SDIRS}' clean @$(MAKE) SDIRS='${SDIRS}' dclean - @(cd apps; sh ./rmlinks) @$(MAKE) makefile.one @$(MAKE) tar