From owner-svn-src-all@FreeBSD.ORG Sat Jan 18 14:49:15 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 029B1E3B; Sat, 18 Jan 2014 14:49:15 +0000 (UTC) Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com [IPv6:2607:f8b0:400c:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ECCA169F; Sat, 18 Jan 2014 14:49:14 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id jw12so2141284veb.10 for ; Sat, 18 Jan 2014 06:49:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jhKBD2KVGcDE13d3a8UnXg+1LvkiEL9pZ6oYif8JxS0=; b=OraHRauKmWcj/wx2pi1gnpMlbvNR1fOzdJAegZ/bZZLNhsPY60HpoZVqeC8w8ATLhr 5Iqt36NY/IVoAJ4/1dK7JJWHlWvjnDL8lzHKn1O301s1gg/2M7h/IH6C7v9ytT4wwweu +20PDfqUWH2DUcacVAO66NUawWqfaRDmsT8q7DuwxLTn67d3feDhe/Fi89TSQhmrJxtN 4AY22CSaZxupeFEEEjhb1xg34dZJ8AeI5IqnOa7evZikTgWPB/hjMfuMM6695ytWGAZf s76r4oMj2mMv/dLn5hCz2LwIjxL05Ke3bJGHh0jiHDSLQjabvE7RXBTORV0meqcXDI6U HpQg== MIME-Version: 1.0 X-Received: by 10.52.230.35 with SMTP id sv3mr235995vdc.27.1390056553756; Sat, 18 Jan 2014 06:49:13 -0800 (PST) Sender: edschouten@gmail.com Received: by 10.220.105.140 with HTTP; Sat, 18 Jan 2014 06:49:13 -0800 (PST) In-Reply-To: <20140118.8638klico8@web.de> References: <201401181422.s0IEMvDP087579@svn.freebsd.org> <20140118.8638klico8@web.de> Date: Sat, 18 Jan 2014 15:49:13 +0100 X-Google-Sender-Auth: fv072CIdva0q9I6-CWGfwQzkXLk Message-ID: Subject: Re: svn commit: r260849 - in head: gnu/lib/libgcc lib/libc libexec/rtld-elf share/mk From: Ed Schouten To: Luca Bayer Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 18 Jan 2014 14:49:15 -0000 Hi Luca, On 18 January 2014 15:31, Luca Bayer wrote: > Shouldn't it be the following? > > +LIBCOMPILER_RT?=${DESTDIR}${LIBDIR}/libcompiler_rt.a Yes, indeed. Fixed in r260850. The tricky thing with the dependency lines is that they silently ignore any errors in them, which is why I didn't catch this. -- Ed Schouten