aboutsummaryrefslogtreecommitdiff
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 11:49:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-08 12:32:00 +0100
commit54bb8f74bd3931f801472e86c481c80f868c2b91 (patch)
tree116fa3c0f2d957cc32cdf126d3dbb102f2dc52a3 /Configurations/00-base-templates.conf
parent69633bb4c96b5b0168cd3ee4ea2f00821cb52162 (diff)
downloadopenssl-54bb8f74bd3931f801472e86c481c80f868c2b91.zip
openssl-54bb8f74bd3931f801472e86c481c80f868c2b91.tar.gz
openssl-54bb8f74bd3931f801472e86c481c80f868c2b91.tar.bz2
Fix configurations such as 'dist' and tar building
For config targets such as 'dist', which doesn't have a BASE template, we still need to have a default build scheme. Additionally, the unified Makefile template's target 'tar' wasn't quite as flexible as the unixmake one. Finally, .travis-create-release.sh can be somewhat simplified now that it builds with the unified build scheme. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index b7dcde0..026cdab 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -35,6 +35,9 @@
shared_ldflag => "",
shared_rcflag => "",
shared_extension => "",
+
+ build_scheme => [ "unified", "unix" ],
+ build_file => "Makefile",
},
BASE_common => {