[tlbuild] trial builds for TL'13
Nelson H. F. Beebe
beebe at math.utah.edu
Sun Mar 31 00:18:17 CET 2013
>> The following fails to work on Solaris which is why the build fails:
>>
>> gmake -v 2>/dev/null | grep '\(GNU\|makepp\)'
Why is a nonstandard pattern being used? Normally, this would be
written
gmake -v 2>/dev/null | egrep 'GNU|makepp'
and that should work everywhere.
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- University of Utah FAX: +1 801 581 4148 -
- Department of Mathematics, 110 LCB Internet e-mail: beebe at math.utah.edu -
- 155 S 1400 E RM 233 beebe at acm.org beebe at computer.org -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------
More information about the tlbuild
mailing list