From owner-freebsd-hackers Sat Mar 15 19:01:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02759 for hackers-outgoing; Sat, 15 Mar 1997 19:01:20 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA02641 for ; Sat, 15 Mar 1997 18:59:40 -0800 (PST) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.8.5/8.6.6) with ESMTP id TAA05600 for ; Sat, 15 Mar 1997 19:59:36 -0700 (MST) Message-Id: <199703160259.TAA05600@rover.village.org> To: hackers@freebsd.org Subject: Make question Date: Sat, 15 Mar 1997 19:59:35 -0700 From: Warner Losh Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I needed to remake file tonight from the build I had laying around in /usr/obj. The /usr/obj is freshly make world'd So I thought I could just cd to /usr/src/usr.bin/file and type make. Well, that doesn't update the /usr/obj copy. It just builds in /usr/src. So I cd .. and then make SUBDIRS=file. This seemed to work, but tried to do file/file after it got done. What's the preferred way to force the build to write to /usr/obj? Warner