From owner-svn-src-all@freebsd.org Tue Oct 18 23:01:48 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3F52C1778C; Tue, 18 Oct 2016 23:01:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (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 8EDB7EA9; Tue, 18 Oct 2016 23:01:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22c.google.com with SMTP id f128so11207482qkb.1; Tue, 18 Oct 2016 16:01:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QEoX847PuRMHMWp+VaaXnRvKV72ypOzKD0AQsmyqyP0=; b=nIg7B8N9IzIROluwu6pxJqYIJlF18zCoge8LCirlA+upf6/WEWW9nDB8++kt/45+h8 qvzUsRL9faGzYc02VPCsa6N186BZWq9nGw5QcagZ4Zwnz3EZYIsAE4lKbhhppYbAzcWb Y4XAOgnexkbb1K+0vZEJ+U0sENdvcGZKCIcSCFmbIiBlTHpVVO1YDjM8JEyMMJj09DQZ hV5UwQSIlrMK0T1VOd1uzR3qctTRkjDC8dpyzVJjgl6zL/bcMU/uvA/SvbeDp4FU+1vE ITzwx5VHVGPJXBrHQNX2JQheYTFg/LpuGH9oDgmRjifIh3iGOKJG64+oFM3DuNHAv8Ub Ztdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=QEoX847PuRMHMWp+VaaXnRvKV72ypOzKD0AQsmyqyP0=; b=cM3yt8SkeYwZZDkM0dQqZe9iHIAzuiqveHneQd+lj/GYbVEghMSMjr/mqS4lgWm1nO tyqiIO0U/61C70kGgM6O72YV2vqzOdkAAg7qTOWvq4MZnN5YFxSx91E0pQdMNYlWDtob KVfTji4lE/2o0zHnL04G5yHUeWp9doUIlVqaH+ND6PqH1szYBg3aPWSxQUld76/+foLM wXE60KaUoa7v21vEz9M1n3BDZuikcMgyTd/p8vLTEfakTImHKc6tOgLpNap1mmplkokl 4/nvGwq68OFoVnCrt/w+xOxiwZvIWoW/9URLgFXsfecf3DWFotTQuplZmXrY0/lFfmYP kWNA== X-Gm-Message-State: AA6/9RmSSuv+Rwq/LpNbxG0m7YOydr4FkIAgi7ArUJ191dOK5nuEQljGvcoT2yhG7plkim3W0si+cp4brsHzyQ== X-Received: by 10.55.215.93 with SMTP id m90mr3153403qki.40.1476831707726; Tue, 18 Oct 2016 16:01:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.29.33 with HTTP; Tue, 18 Oct 2016 16:01:47 -0700 (PDT) In-Reply-To: <20161018225724.GA63157@bsdpad.com> References: <201610181013.u9IADs1j025157@repo.freebsd.org> <20161018225724.GA63157@bsdpad.com> From: Ngie Cooper Date: Tue, 18 Oct 2016 16:01:47 -0700 Message-ID: Subject: Re: svn commit: r307553 - head/contrib/netbsd-tests/lib/libpthread To: Ruslan Bukin Cc: Ruslan Bukin , "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.23 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: Tue, 18 Oct 2016 23:01:49 -0000 On Tue, Oct 18, 2016 at 3:57 PM, Ruslan Bukin wrote: ... > Thanks. Is this rule for ./contrib/netbsd-tests only, or ./tests/ as well ? Just contrib/netbsd-tests as their upstream is NetBSD (hence the name, netbsd-tests). Thanks! -Ngie