From owner-freebsd-questions Sun Dec 31 10:36:49 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 31 10:36:47 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from OpsyDopsy.net.dhis.org (unknown [213.22.0.4]) by hub.freebsd.org (Postfix) with ESMTP id 5A20137B400 for ; Sun, 31 Dec 2000 10:36:46 -0800 (PST) Received: by OpsyDopsy.net.dhis.org (8.11.1/8.11.1) id eBVIbr600531 for questions@freebsd.org; Sun, 31 Dec 2000 18:37:53 GMT (envelope-from root) From: Joao Fernandes Reply-To: root@OpsyDopsy.net.dhis.org To: questions@freebsd.org Subject: Makefile - cd error. Date: Sun, 31 Dec 2000 18:30:56 +0000 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00123118375300.00444@OpsyDopsy.net.dhis.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. I'm working on a program under FreeBSD 4.2. I think the copy/pastes will talk for their selfs: The Makefile ---------------------------------------- all: @cd src; $(MAKE) @cd examples; $(MAKE) clean: @echo "Making Clean..." @rm -f obj/* bin/* ---------------------------------------- The Error: ---------------------------------------- make cd: can't cd to src *** Error code 2 ---------------------------------------- A Simple ls: ---------------------------------------- ls -al |grep src drwxr-xr-x 2 root wheel 512 Dec 31 13:29 src ---------------------------------------- I'm not on the -questions list, so if it would be possible for someone to help me, I would apreciate if he could mail me at my personal box. Thanks in advance. Joao Fernandes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message