Hi Simon, S Woodside <[EMAIL PROTECTED]> writes:
> 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. Yes. I know about "-w" meaning but that but that's a 100% fact for me - I can't check it right now, but even have a note in my "build script", that I made a few weeks ago: > #! /bin/sh -x # CAUTION: don't use make -w below as make will break then on # cd `make -f client.mk echo_objdir` env CXX=c++3 CPLUSPLUS=/usr/bin/c++3 CC=/usr/bin/cc GCC_VERSION=3.x make -f camino.mk build > Regards, Grigory _______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
