The branch master has been updated
via 9ce1784ce87906832ed14a6b3b5055e0a7a4ce45 (commit)
from 86e6eb2e66ec9112b311616d9dbfbb7da734c6a4 (commit)
- Log -----------------------------------------------------------------
commit 9ce1784ce87906832ed14a6b3b5055e0a7a4ce45
Author: Richard Levitte <[email protected]>
Date: Tue Jul 27 17:57:14 2021 +0200
Fix generation of community .inc files
For some reason, these files were excempt from automatic generation.
I cannot see a reason why we did this, so we restore the automatic
generation as originally planned.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/250)
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fb15dad..9eedcec 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ FUTURESERIES=3.0
# All simple generated files.
SIMPLE = newsflash.inc sitemap.txt \
+ community/committers.inc community/otc.inc \
+ community/omc.inc community/omc-alumni.inc \
docs/faq.inc docs/fips.inc \
docs/OpenSSLStrategicArchitecture.html \
docs/OpenSSL300Design.html \
@@ -176,7 +178,7 @@ docs/manpages.html: docs/manpages.html.tt
##
## $(SIMPLE) -- SIMPLE GENERATED FILES
##
-.PHONY: sitemap community/committers.inc community/otc.inc community/omc.inc
community/omc-alumni.inc
+.PHONY: sitemap
newsflash.inc: news/newsflash.inc
@rm -f $@
head -7 $? >$@