On Monday, July 28, 2003, at 06:04 PM, Grigory Entin wrote:
Chris Casciano <[EMAIL PROTECTED]> writes:
make[4]: Leaving directory
`/Volumes/pnhFWTwo/caminotree/mozilla/xpfe/bootstrap'
make[3]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla'
make[2]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla'
make[1]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla'
cd `make -f client.mk echo_objdir` && \
make -C embedding/config && \
CONFIG_FILES=camino/Makefile ./config.status && \
make -C camino
/bin/sh: cd: make[1]:: No such file or directory
make: *** [build] Error 1
make: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla'

I'm not sure what is the "right" answer, but..


The problem is apparently somehow related to "cd `make -f client.mk
echo_objdir`" line.

Don't use 'make -w' for building, use plain 'make' instead. Not sure
what's the exact reason, but it worked for me..

Oh, damn, I don't know why I missed this, sorry! I get this every time too. The odd thing is that if you just copy the offending line:


cd `make -f client.mk echo_objdir` && \
make -C embedding/config && \
CONFIG_FILES=camino/Makefile ./config.status && \
make -C camino

back into the terminal right after it fails, it works just fine!

Grigory,

Are you saying to run

make -f camino.mk

makes the problem go away? FYI, the -w is just to notify you about all the directories that it is going into and out of.

simon

--
www.simonwoodside.com -- 99% Devil, 1% Angel

_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to