J. Robinson wrote: > > The build process will recurse into a subdirectory and build the > objects there, but when goes to move back up a directory the build > process will seem to hang. If I then do the gmake -f client.mk > build_all again, it will continue building on until it finds another > directory where the same thing will happen. (It does not seem to > occur in all directories). > > By continuing to reissue the build_all (after a break) when-ever the > machine stops it seems to continue building fine. (I haven't gotten > to the end of the build process yet, but I've not really seen much in > the way of errors indicating anything really went bad). > > Has anyone else seen similar behaviour?
Once you've got the src code on your machine, you can forget about client.mk, i.e. try running just "gmake" or "gmake export" or "gmake install" and see if that makes a difference. Also, make sure SHELL=gbash. h~
