From owner-freebsd-sparc Fri Mar 29 21:52:28 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail15.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id 24C5F37B416 for ; Fri, 29 Mar 2002 21:52:26 -0800 (PST) Received: (qmail 2337 invoked from network); 30 Mar 2002 05:52:25 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 30 Mar 2002 05:52:25 -0000 Received: from laptop.baldwin.cx (john@laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g2U5rDv03153 for ; Sat, 30 Mar 2002 00:53:13 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 30 Mar 2002 00:52:32 -0500 (EST) From: John Baldwin To: sparc@FreeBSD.org Subject: find doesn't compile with an obj directory Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /arch/sparc64/hosted/bin/gcc -O -pipe -c /home/john/work/p4/sparc64/usr.bin/find/option.c /arch/sparc64/hosted/bin/gcc -O -pipe -c parsedate.c /home/john/work/p4/sparc64/usr.bin/find/parsedate.y:29:18: find.h: No such file or directory *** Error code 1 Stop in /home/john/work/p4/sparc64/usr.bin/find. I'm betting that adding -I${.CURDIR} to CFLAGS in find's Makefile so it can find src/usr.bin/find/find.h would work, but I was curious if anyone had a better solution? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message