From owner-cvs-all Thu Jan 7 00:25:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23940 for cvs-all-outgoing; Thu, 7 Jan 1999 00:25:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23931; Thu, 7 Jan 1999 00:25:20 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-163.ix.netcom.com [209.109.235.163]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA10474; Thu, 7 Jan 1999 00:24:46 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id AAA46312; Thu, 7 Jan 1999 00:24:23 -0800 (PST) Date: Thu, 7 Jan 1999 00:24:23 -0800 (PST) Message-Id: <199901070824.AAA46312@silvia.hip.berkeley.edu> To: jhay@mikom.csir.co.za CC: peter@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199901070717.JAA29365@zibbi.mikom.csir.co.za> (message from John Hay on Thu, 7 Jan 1999 09:17:10 +0200 (SAT)) Subject: Re: cvs commit: src Makefile.inc1 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * I'm not sure what is on your list of things to do for the elf move, but * what is the chances of using /usr/obj again instead of /usr/obj/elf for * the build area? Even if we leave /usr/obj/aout for the aout pieces. This * would make it possible to do a make world and then later just recompile * pieces of the tree, because it will use the same area. Can't you just ln -s elf/usr /usr/obj ? (Substitute first component of "cd /usr/src; pwd" for "usr" if /usr/src is a symlink) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message