From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 17:18:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E8737B401; Thu, 31 Jul 2003 17:18:01 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8449D43FAF; Thu, 31 Jul 2003 17:18:00 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h710HvQX045357; Thu, 31 Jul 2003 17:17:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h710Hs4N045356; Thu, 31 Jul 2003 17:17:54 -0700 (PDT) Date: Thu, 31 Jul 2003 17:17:54 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20030801001754.GA45264@dragon.nuxi.com> References: <3F293728.307@freebsd.org> <200307311550.h6VFoOZ2081920@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307311550.h6VFoOZ2081920@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Bruce Cran cc: freebsd-current@freebsd.org Subject: Re: make rerelease broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 00:18:01 -0000 [ Reply-to: set back to list ] On Thu, Jul 31, 2003 at 04:50:24PM +0100, Mark Murray wrote: > There is something dodgy with the crunchgen stuff that leaves behind > .o files compiled with the wrong -DFOO defines. Result is things that > don't link properly much later. Correct. Our crunchgen use should be done not in the standard /usr/obj/.../ directory using "crunchgen -p obj-prefix".