Re: Unbreak mktemp(1) usage in docbook-to-man

2013-12-03 Thread Vadim Zhukov
03.12.2013 13:44 пользователь "Stuart Henderson" написал: > > On 2013/12/02 22:10, Vadim Zhukov wrote: > > Unbreak: the XXX template should be at the end of string for mktemp(1). Okay? > > ok, but why on earth is coreutils mktemp not just a wrapper around > mkstemp which only support trailing X's?

Re: Unbreak mktemp(1) usage in docbook-to-man

2013-12-03 Thread Stuart Henderson
On 2013/12/02 22:10, Vadim Zhukov wrote: > Unbreak: the XXX template should be at the end of string for mktemp(1). Okay? ok, but why on earth is coreutils mktemp not just a wrapper around mkstemp which only support trailing X's?! > +DOCBOOK=$SGML/docbook/4.1 > -+TMPFILE=`mktemp /tmp/dtm.

Unbreak mktemp(1) usage in docbook-to-man

2013-12-02 Thread Vadim Zhukov
Unbreak: the XXX template should be at the end of string for mktemp(1). Okay? -- zhuk@ Index: Makefile === RCS file: /cvs/ports/textproc/docbook-to-man/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile11