From owner-freebsd-stable Sat Jul 27 7:50:51 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 CB81E37B401 for ; Sat, 27 Jul 2002 07:50:47 -0700 (PDT) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1984443E65 for ; Sat, 27 Jul 2002 07:50:46 -0700 (PDT) (envelope-from cyrille.lefevre@laposte.net) Received: (qmail 7175415 invoked by uid 0); 27 Jul 2002 14:50:44 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 27 Jul 2002 14:50:44 -0000 Received: from gits.gits.fr.invalid (syfq69d1xkw6wbh7@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.5/8.12.5) with ESMTP id g6REoiNc024513 for ; Sat, 27 Jul 2002 16:50:44 +0200 (CEST) (envelope-from cyrille.lefevre@laposte.net) Date: Sat, 27 Jul 2002 16:50:30 +0200 To: Ruslan Ermilov Cc: freebsd stable Subject: sys/boot Message-ID: <20020727145030.GA20412@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[< Mail-Followup-To: cyrille.lefevre@laposte.net, ru@FreeBSD.org, freebsd-stable@FreeBSD.org X-Delivery-Agent: TMDA/0.58 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 Hi, I'm running -stable and I encounter the following problem : # make buildworld ... ===> sys/boot/buildworld cd: can't cd to /disk2/freebsd/stable/src/sys/boot/buildworld *** Error code 2 let's try : # cd /sys/boot/buildworld # SUBDIR=buildworld make -V SUBDIR buildworld ficl i386 well, src/sys/boot/Makefile only have SUBDIR+= w/o any SUBDIR= before, this is a problem when SUBDIR exists in the environment. however, I'm surprising I don't have this problem before and I'll investigate where this occur since I don't set SUBDIR anywhere ? in the mean time, could you fix that or do you prefer I submit a PR ? thanks, Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/boot/Makefile,v retrieving revision 1.6.2.1 diff -u -r1.6.2.1 Makefile --- Makefile 17 Jul 2002 14:23:14 -0000 1.6.2.1 +++ Makefile 27 Jul 2002 14:43:50 -0000 @@ -1,5 +1,7 @@ # $FreeBSD: src/sys/boot/Makefile,v 1.6.2.1 2002/07/17 14:23:14 ru Exp $ +SUBDIR= + # Build the add-in FORTH interpreter SUBDIR+= ficl CC -stable Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message