From owner-freebsd-arch@FreeBSD.ORG Mon Nov 3 19:09:06 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1852E4C for ; Mon, 3 Nov 2014 19:09:06 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 9F639BEF for ; Mon, 3 Nov 2014 19:09:06 +0000 (UTC) Received: from AlfredMacbookAir.local (unknown [129.253.54.225]) by elvis.mu.org (Postfix) with ESMTPSA id 42613341F83D; Mon, 3 Nov 2014 11:09:06 -0800 (PST) Message-ID: <5457D2D0.8080201@freebsd.org> Date: Mon, 03 Nov 2014 11:09:04 -0800 From: Alfred Perlstein Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arch@freebsd.org, Warner Losh Subject: Re: Why do we have @ in modules builds? References: <3285BC54-05D8-41DB-88FE-BAD681A3E45B@bsdimp.com> In-Reply-To: <3285BC54-05D8-41DB-88FE-BAD681A3E45B@bsdimp.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 19:09:06 -0000 On 11/3/14, 8:48 AM, Warner Losh wrote: > Does anybody recall why we have @ symlink in our module builds? > I’m constantly working around issues that this creates. Maybe it is time > to eliminate it? > > So I’ve posted the following review: https://reviews.freebsd.org/D1100 > > Warner > Thank you!!!! I hate the '@' thing as well, I figured it was just due to someone not wanting 'grep -r' to work. :) Just to check, after your changes... will you still be able to do something like: cd $HOME svn co https://.../base/head/sys/modules/foo_module cd foo_module make depend all install -Alfred