tags 296583 + moreinfo unreproducible severity 296583 minor thanks Hi,
Are you sure it is make which is hanging, and not your box? I tried a simple makefile which imposes no load on the machine, and tried make -j9999, and it just worked.I have a feeling that you might have just fork bombed your machine. If you believe otherwise, please provide a working sample example that demonstrates this issue, so it can be debugged. manoj ,----[ makefile ] | | all: foo bar baz alpha beta gamma | @echo all done | | foo: | @echo $@ done | | bar: | @echo $@ done | | baz: | @echo $@ done | | alpha: | @echo $@ done | | beta: | @echo $@ done | | gamma: | @echo $@ done | `---- -- If you ate pasta and antipasto, would you still be hungry? George Carlin Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]