Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5E4F3200C1D for ; Thu, 12 Jan 2017 02:47:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5CB53160B50; Thu, 12 Jan 2017 01:47:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AE4C4160B4E for ; Thu, 12 Jan 2017 02:47:17 +0100 (CET) Received: (qmail 3033 invoked by uid 500); 12 Jan 2017 01:47:16 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 3018 invoked by uid 99); 12 Jan 2017 01:47:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 01:47:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD3D72C0299 for ; Thu, 12 Jan 2017 01:47:16 +0000 (UTC) Date: Thu, 12 Jan 2017 01:47:16 +0000 (UTC) From: "Joseph Wu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-5455) Transition away from temporary build variables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 Jan 2017 01:47:18 -0000 [ https://issues.apache.org/jira/browse/MESOS-5455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819848#comment-15819848 ] Joseph Wu commented on MESOS-5455: ---------------------------------- With this comment, only {{BUILD_FLAGS}} remains: {code} commit c7fc1377b33c4eb83a01167bdb53c102c06b9a99 Author: Alex Clemmer Date: Wed Jan 11 17:34:16 2017 -0800 CMake: Added correct values for some build flags. Currently, the CMake build does not implement certain build flags as the autotools solution does. For example, `BUILD_DATE` is hard coded, and the `BUILD_USER` flags is always "frank". This commit will add correct values for all such flags, with the exception of `BUILD_FLAGS`. In addition, this commit will take this opportunity to clean up the organization of the build flags. Currently, we call `add_definitions` individually for each flag we wish to define. This commit will introduce a new variable, `MESOS_CPPFLAGS`, which holds the build flags for the project. We call `add_definitions` once, when `MESOS_CPPFLAGS` is completely populated. Review: https://reviews.apache.org/r/55040/ {code} > Transition away from temporary build variables > ---------------------------------------------- > > Key: MESOS-5455 > URL: https://issues.apache.org/jira/browse/MESOS-5455 > Project: Mesos > Issue Type: Bug > Components: cmake > Reporter: Alex Clemmer > Assignee: Alex Clemmer > Labels: mesosphere, microsoft > > Right now the CMake build system has a bunch of stub values for variables like `BUILD_DATE`. > We should replace these with "real" values. -- This message was sent by Atlassian JIRA (v6.3.4#6332)