Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B4C7D431FB6 for ; Fri, 1 Nov 2013 07:28:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HwQdMv1v47PQ for ; Fri, 1 Nov 2013 07:28:26 -0700 (PDT) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7F67E431FD0 for ; Fri, 1 Nov 2013 07:28:26 -0700 (PDT) Received: by mail-la0-f44.google.com with SMTP id ep20so3477230lab.31 for ; Fri, 01 Nov 2013 07:28:25 -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=u50mrsKIUjGtnV7M+q93Zvp1KIri3PmIjYFTZGtGr68=; b=nKfQkoEONgZnz3z5iqLwXdYXjMfMEM4S/xTQMIsrdJETxsPppYBkag5+QO29eRT4Ro J+KK+JAxi0UIU1zE+6C9G+CoziBHO0vY3rUmFAEj1MD0TcD2uAuSKj5NervqC2GaQBMr +efqXAcJ8ZgzSNkiT5u3mugEkvJ/uwFSK5WLGkxSItxkb2JTEI6O48gJFe8UQ22tGM/L 3sNrUielSK1LLa2F7PXVHJlx7w523hWNqAi3nPMO3HvpNruB9hbbPDypW4ysGg3fAYFw xaZGtQkxGSBa0P7X/HIbj2frviduSGqQaX/kHumwGaue67foBf2c+DX4+trgBzyKGgog 8RSg== MIME-Version: 1.0 X-Received: by 10.152.5.69 with SMTP id q5mr92590laq.46.1383314546099; Fri, 01 Nov 2013 07:02:26 -0700 (PDT) Received: by 10.152.20.10 with HTTP; Fri, 1 Nov 2013 07:02:26 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Nov 2013 09:02:26 -0500 Message-ID: Subject: Re: Build broken on OS X 10.9 From: Michael Phillips To: Tomi Ollila Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 01 Nov 2013 07:59:09 -0700 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 14:28:32 -0000 On Fri, Nov 1, 2013 at 1:44 AM, Tomi Ollila wrote: > Hmm, it seems the rule doing that says @mkdir -p .deps/$(@D) ... > > does `mkdir -p xyzdir/.` fail in OS X 10.9 (Mavericks) ? $ mkdir -p xyzdir/. mkdir: xyzdir/.: No such file or directory Good catch! So mkdir changed between 10.8 and 10.9. Michael