Date: Sun, 31 Dec 2000 18:30:56 +0000 From: Joao Fernandes <root@OpsyDopsy.net.dhis.org> To: questions@freebsd.org Subject: Makefile - cd error. Message-ID: <00123118375300.00444@OpsyDopsy.net.dhis.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00123118375300.00444>