On Wed, Apr 25, 2007 at 10:22:48PM -0700, Dan Mick wrote: > Danek Duvall wrote: > > >Useful tip: put DMAKE_OUTPUT_MODE=TXT2 in your environment, and dmake will > >spit out the build output serially. > > According to the manpage, you mean "TEXT2", but...wow. I had no idea such > things existed.
It's a bug in the manpage. Or in dmake. At any rate, while the manpage says "TEXT2", that value isn't recognized, and "TXT2" is. Go figure. Danek