From owner-freebsd-stable Tue Apr 24 19:42:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hobbits.brel.com (hobbits.brel.com [203.127.231.61]) by hub.freebsd.org (Postfix) with ESMTP id 9B08137B424 for ; Tue, 24 Apr 2001 19:42:10 -0700 (PDT) (envelope-from calvinng@hobbits.brel.com) Received: by hobbits.brel.com (Postfix, from userid 1001) id B81783343; Wed, 25 Apr 2001 10:42:08 +0800 (SGT) Date: Wed, 25 Apr 2001 10:42:08 +0800 From: Calvin NG To: Mike Zanker Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make oddity Message-ID: <20010425104208.A8030@brel.com> References: <533154936.20010424190319@zanker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <533154936.20010424190319@zanker.org>; from abuse@zanker.org on Tue, Apr 24, 2001 at 07:03:19PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I believe that is correct behaviour. In fact, when you do a make in that directory, you should see a warning that the directory is not changed. e.g. Warning: Object directory not changed from original /usr/src/usr.sbin/makemap There is a variable that can be set to change the build direcrtory to the one with /usr/obj prefix. I think MAKEOBJDIRPREFIX or DESTDIR or something like that. (sorry, don't have the correct answer) Regards, /calvin lines with :> are quotes from Mike Zanker's email :> I've recently come back to FreeBSD after a couple of years' absence. :> I'm now running/tracking 4.3-STABLE but I have noticed that after a :> cvsup if I change to the source directory of a utility that, say, one :> source file has changed in and do a "make", all files get recompiled - :> not just the one that changed. This is even though there is an :> existing set of object files in /usr/obj. In fact, after a few days, :> if I change to the source directory of a utility that hasn't changed :> at all it still recompiles everything. :> :> Now, back when I was running 3.x I'm sure that only the files that :> changed would recompile. Has something been altered? :> :> Thanks, :> :> Mike :> -- :> Mike Zanker | abuse@zanker.org :> :> Replace "abuse" with "mike" for e-mail reply. :> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message