From owner-freebsd-arch@FreeBSD.ORG Sat Jun 12 03:33:50 2010 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D36C1065670 for ; Sat, 12 Jun 2010 03:33:50 +0000 (UTC) (envelope-from jroberson@jroberson.net) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBE58FC15 for ; Sat, 12 Jun 2010 03:33:49 +0000 (UTC) Received: by pwi3 with SMTP id 3so326080pwi.13 for ; Fri, 11 Jun 2010 20:33:49 -0700 (PDT) Received: by 10.141.90.21 with SMTP id s21mr2112121rvl.118.1276313629653; Fri, 11 Jun 2010 20:33:49 -0700 (PDT) Received: from [10.0.1.198] (udp022762uds.hawaiiantel.net [72.234.79.107]) by mx.google.com with ESMTPS id l29sm1952901rvb.16.2010.06.11.20.33.48 (version=SSLv3 cipher=RC4-MD5); Fri, 11 Jun 2010 20:33:49 -0700 (PDT) Date: Fri, 11 Jun 2010 17:34:27 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: arch@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: Subject: Change to config(8) for OFED X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2010 03:33:50 -0000 Hi Folks, I have a patch to permit compilation of files brought in from linux that use the same name in multiple directories. I added a new directive called 'obj-prefix' which expects a quoted string that will be prepended to the object file name. The problem is that this breaks ${.IMPSRC} I could also emit the source file name for those rules which are created with prefixes and then require each file that uses a prefix to also use compile-with. This wouldn't be so bad since they likely are already using compile-with anyway. Any other suggestions? Can I override IMPSRC? Thanks, Jeff