From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 2 03:14:15 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11F8F1065698 for ; Thu, 2 Dec 2010 03:14:15 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 864498FC17 for ; Thu, 2 Dec 2010 03:14:14 +0000 (UTC) Received: by ewy24 with SMTP id 24so4170429ewy.13 for ; Wed, 01 Dec 2010 19:14:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=YAFZP+Vx6kp53egOH3MTmAJcZ0UGQvu/PxMQTNEaPdU=; b=vCFTp1RCJdtVljYdhDIqIjHTpqtfvwo0ZEEMbTK3JRwFNa6VjOlK4O9aH5HDtA7Tg0 ZtFe6x3U3VmjlmjJ0HGIHnO5jpeNzFBrNxgOByd4qbN0SlWAtrHPAXy5kn3r+or0xHoe TrID9Dxgt2obM0Tjfs1hhszAYZ1bx3E2XIUN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=cRgtwmoUL3KhtB2KsRCMHAvv0HdUImEzEaNjzWjmXTVKiVjR/Ts6UZ0GQUf2d3vIp2 pBjuER1rlOrYVy/vfVKk+es5QqdAoNMvSIh8P0vuiZhKeBOZ3isxrD5TtyV17OoyeFYG XZQ953DAImA77TA9ZfukJAGIkeY6A26o9ml7s= MIME-Version: 1.0 Received: by 10.213.108.71 with SMTP id e7mr5340433ebp.74.1291257868031; Wed, 01 Dec 2010 18:44:28 -0800 (PST) Received: by 10.213.14.138 with HTTP; Wed, 1 Dec 2010 18:44:28 -0800 (PST) In-Reply-To: <2ABD292E-E172-4B43-A8A3-AAB25C56EE8B@cederstrand.dk> References: <93FA0AC7-704D-4EB4-A163-FDD8AC915630@cederstrand.dk> <2ABD292E-E172-4B43-A8A3-AAB25C56EE8B@cederstrand.dk> Date: Wed, 1 Dec 2010 21:44:28 -0500 Message-ID: From: Ryan Stone To: Erik Cederstrand Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Hackers Subject: Re: Deterministic builds, part 2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 03:14:15 -0000 Does the C file use the __FILE__ macro?