Dave Korn wrote: > Doing a parallel make in an entirely new and freshly-configured $objdir, the > first thing I see is: > > $ make -j4 2>&1 | tee build-parallel.log > sed: can't read stage_last: No such file or directory > [ -f stage_final ] || echo stage3 > stage_final > > > Does everyone get this, or do I have a platform-related bug to track down?
It's not related to parallel make, it's a real (but I think trivial) bug in settting TFLAGS. Will follow-up. cheers, DaveK