From owner-freebsd-current@FreeBSD.ORG Sun Jun 1 23:41:28 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698EB37B404; Sun, 1 Jun 2003 23:41:20 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15CB43F3F; Sun, 1 Jun 2003 23:41:18 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id E62D44222; Mon, 2 Jun 2003 15:41:17 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 3ABDC4217; Mon, 2 Jun 2003 15:41:17 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 11C211E4622; Mon, 2 Jun 2003 15:41:17 +0900 (JST) Date: Mon, 02 Jun 2003 15:41:17 +0900 Message-ID: <7mr86dc776.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: obrien@FreeBSD.org In-Reply-To: <20030602063304.GA16232@dragon.nuxi.com> References: <7mvfvpcb8s.wl@black.imgsrc.co.jp> <20030602063304.GA16232@dragon.nuxi.com> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: Current Subject: Re: Remove absolute symlink in $MAKEOBJDIR X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 06:41:29 -0000 At Sun, 1 Jun 2003 23:33:04 -0700, David O'Brien wrote: > I prefer the ln's over cp. Are you sure this is the only reason for the > same $MAKEOBJDIR requirement? Also, typically one sets MAKEOBJDIRPREFIX, > not MAKEOBJDIR. Are you sure you're using the right one for what you're > wanting to do? Actually, I'm using MAKEOBJDIRPREFIX. The only thing I want to do is, o Nightly buildworld in /work/HEAD/src, /work/RELENG_5_0/src and /work/RELENG_5_1/src with MAKEOBJDIRPREFIX=/work/${BRANCH}/obj. o Use /work/${BRANCH}/{src,obj} for installing the world on the other box. But without this patch, I have symlinks like this: % ls -l /work/RELENG_5_1/obj/work/RELENG_5_1/src/bin/csh/csh.1 lrwxr-xr-x 1 god god 56 Jun 2 05:40 /work/RELENG_5_1/obj/work/RELENG_5_1/src/bin/csh/csh.1 -> /work/RELENG_5_1/src/bin/csh/../../contrib/tcsh/tcsh.man This causes problem when installing on the other box as mounting /usr/src and /usr/obj. I'll appreciate if you can teach me how to build absolute-path-free objdir in another way... -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project