From: Ian Lynagh Date: Fri, 13 Apr 2007 23:05:55 +0000 (+0000) Subject: Allow ProjectTags to be specified in mk/build.mk X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aeb3bb643aa70088e2fb85027d9182bded6d0ddc Allow ProjectTags to be specified in mk/build.mk ProjectTags is expected to be of the form -tag1-tag2 (i.e. the same as Cabal tags). These are appended to the GHC version number. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index a489fbf..a47a215 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -56,7 +56,8 @@ endif # random .o-file stuff might change even if the .hi syntax doesn't ProjectName = @ProjectName@ -ProjectVersion = @ProjectVersion@ +ProjectTags = +ProjectVersion = @ProjectVersion@$(ProjectTags) ProjectVersionInt = @ProjectVersionInt@ ProjectPatchLevel = @ProjectPatchLevel@