Actually use FUTURESIERIES where it's supposed to.
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2023 13:50:36 +0000 (15:50 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Oct 2023 13:50:36 +0000 (15:50 +0200)
It's currently only used for source listing...

Makefile

index 13276df9f91b343dcd54ab4f44c36b31ed4fceeb..f841557ff43b6c61151af9fced7976b4b7ba45cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -609,14 +609,14 @@ endef
 # We also create a list specifically for the old FIPS module, carefully
 # crafting an HTML title with an uppercase 'FIPS' while the subdirectory
 # remains named 'fips'
-$(foreach S,fips $(SERIES) $(OLDSERIES2),$(eval $(call mkoldsourceindex,$(S),$(patsubst fips,FIPS,$(S)))))
-$(foreach S,fips $(SERIES) $(OLDSERIES2),$(eval $(call mkoldsourcedirdata,$(S),$(patsubst fips,FIPS,$(S)))))
+$(foreach S,fips $(FUTURESERIES) $(SERIES) $(OLDSERIES2),$(eval $(call mkoldsourceindex,$(S),$(patsubst fips,FIPS,$(S)))))
+$(foreach S,fips $(FUTURESERIES) $(SERIES) $(OLDSERIES2),$(eval $(call mkoldsourcedirdata,$(S),$(patsubst fips,FIPS,$(S)))))
 
 source/old/index.md: source/old/index.md.tt inc/legalities.md \
                      Makefile bin/from-tt Makefile
        @mkdir -p `dirname $@`
        @rm -f $@
-       ./bin/from-tt releases='$(SERIES) $(OLDSERIES2) fips' $<
+       ./bin/from-tt releases='$(FUTURESERIES) $(SERIES) $(OLDSERIES2) fips' $<
 
 # Extra inc -> markdown dependencies