From 54bb8f74bd3931f801472e86c481c80f868c2b91 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Mar 2016 11:49:26 +0100 Subject: 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 --- Configurations/00-base-templates.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Configurations/00-base-templates.conf') 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 => { -- cgit v1.1