From owner-freebsd-stable Tue Oct 8 0:25:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA58937B401 for ; Tue, 8 Oct 2002 00:25:52 -0700 (PDT) Received: from mgo.iij.ad.jp (mgo.iij.ad.jp [202.232.15.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A3143E97 for ; Tue, 8 Oct 2002 00:25:52 -0700 (PDT) (envelope-from randy@psg.com) Received: from fw2.iij.ad.jp ([192.168.2.111]) by mgo.iij.ad.jp (8.8.8/MGO1.0) with SMTP id QAA22721 for ; Tue, 8 Oct 2002 16:25:50 +0900 (JST) Received: from h071n005.iij.ad.jp ([192.168.5.71]) by fw2.iij.ad.jp; Tue, 08 Oct 2002 16:27:03 +0900 (JST) Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com ident=randy) by roam.psg.com with esmtp (Exim 4.05) id 17yokX-000CxM-00 for freebsd-stable@freebsd.org; Tue, 08 Oct 2002 16:25:49 +0900 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: MAKEOBJDIRPREFIX Message-Id: Date: Tue, 08 Oct 2002 16:25:49 +0900 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG putting MAKEOBJDIRPREFIX=/usr/local/src/lamb or whatever in your /etc/make.conf does not work in RC2 of 2002.10.04. all sorts of problems with directories etc. echo "===> usr.bin/yacc"; cd /usr/src/usr.bin/yacc; make DIRPRFX=usr.bin/yacc/ obj; make DIRPRFX=usr.bin/yacc/ depend; make DIRPRFX=usr.bin/yacc/ all; make DIRPRFX=usr.bin/yacc/ DESTDIR=/usr/local/src/lamb install ===> usr.bin/yacc /usr/local/src/lamb/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 yacc /usr/local/src/lamb/usr/bin sh /usr/src/tools/install.sh -o root -g wheel -m 555 yyfix.sh /usr/local/src/lamb/usr/bin/yyfix install: /usr/local/src/lamb/usr/bin/yyfix: Not a directory *** Error code 71 Stop in /usr/src/usr.bin/yacc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. /usr/src# ls -l /usr/local/src/lamb/usr/bin -rwxr-xr-x 1 root wheel 128396 Oct 8 15:39 /usr/local/src/lamb/usr/bin* and, if i delete the file and make a nice directory there, later on we hit a bunch of other missing directories etc. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message