From: Dyre Tjeldvoll Date: October 5 2012 12:25pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4087 to 4088) List-Archive: http://lists.mysql.com/commits/144972 Message-Id: <20121005122508.13113.59863.4088@khepri17.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4088 Dyre Tjeldvoll 2012-10-05 Disable host_info for MacOS modified: storage/ndb/mcc/host_info/CMakeLists.txt 4087 Dyre Tjeldvoll 2012-10-05 Initial raw versions of mgmd and log file functions modified: storage/ndb/mcc/request_handler.py === modified file 'storage/ndb/mcc/host_info/CMakeLists.txt' --- a/storage/ndb/mcc/host_info/CMakeLists.txt 2012-09-20 12:15:27 +0000 +++ b/storage/ndb/mcc/host_info/CMakeLists.txt 2012-10-05 12:24:11 +0000 @@ -12,7 +12,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - +if(CMAKE_SYSTEM_NAME MATCHES "Darwin") + return() +endif() macro(ALIAS_IF_UNSET_AND_SYMBOL_EXISTS alias symbol header) if(NOT ${alias}) No bundle (reason: useless for push emails).