From owner-svn-src-all@FreeBSD.ORG Sat Jun 20 09:53:24 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D31E2E5F; Sat, 20 Jun 2015 09:53:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CD4E609; Sat, 20 Jun 2015 09:53:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkeo142 with SMTP id o142so56611529qke.1; Sat, 20 Jun 2015 02:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zWf6vUmpjfnLQgrUBr8j+qjGG5bojJ1hoOYM04x9GhM=; b=xxFok54ZmItRWvWMv6LC5sH4LS5MkP+BPPROtaihRUJgfMSi52uyckxQF5dPtuLtkH iH8M5awZghU7CeU0vFIXOS3PCOxfNk7R6/iXK4uDTKgS2ZF8TwOvzJYeBj9kEEWtCCh0 d6K2DNSx2bOJYUOYEFMMlTyfma7xfkpPm+c4uLjfyqKmm4E1qyTCOtX8vltFHr6yVZ2w kwC/uUivfputW+ZbMtfJGuH+QNdUtsQhzwgzMYrogfpj+GKtzULPvuyrhEFd0GbcrMm2 L7r6GwI0J4oszNXe3wy3hASpLZoc/d7HnuswEE4V88inGMpGtg16bCICnT8IH8UGGFHj kSDg== MIME-Version: 1.0 X-Received: by 10.140.29.55 with SMTP id a52mr26029735qga.25.1434794003671; Sat, 20 Jun 2015 02:53:23 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Sat, 20 Jun 2015 02:53:23 -0700 (PDT) In-Reply-To: References: <201506200906.t5K96mY8014539@svn.freebsd.org> Date: Sat, 20 Jun 2015 02:53:23 -0700 Message-ID: Subject: Re: svn commit: r284637 - head From: NGie Cooper To: Antoine Brodin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 09:53:24 -0000 On Sat, Jun 20, 2015 at 2:52 AM, Antoine Brodin wrote: ... > c++-api is different from c-api++ Agh. Good eyes. That's a typo in the Makefile. I'll fix that soon...