Displaying 4 results from an estimated 4 matches for "bashman".
2005 May 20
2
[LLVMdev] [Cygwin] groff build error - semi solved
.../llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod /usr/build/llvm/docs/CommandGuide/analyze.1
'true' seems to behaving like a "do nothing machine".
>From looking at the Bash documentation it does not look like it should be there at all !
http://www.faqs.org/docs/bashman/bashref_68.html
Can anyone enlighten me please as to what 'true' is doing there, and can I remove it ?
Aaron
----- Original Message -----
From: Aaron Gray
To: LLVM Developers Mailing List
Sent: Thursday, May 19, 2005 11:12 PM
Subject: [LLVMdev] [Cygwin] groff build error...
2005 May 19
6
[LLVMdev] [Cygwin] groff build error
Here it is, a missing file "analyze.1" :-
/usr/bin/groff -Tps -man /usr/build/llvm/docs/CommandGuide/analyze.1 > /usr/buil
d/llvm/docs/CommandGuide/analyze.ps
troff: fatal error: can't open `/usr/build/llvm/docs/CommandGuide/analyze.1': No
such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
.../analyze.pod
> /usr/build/llvm/docs/CommandGuide/analyze.1
>
> 'true' seems to behaving like a "do nothing machine".
>
> From looking at the Bash documentation it does not look like it should
> be there at all !
>
> http://www.faqs.org/docs/bashman/bashref_68.html
>
> Can anyone enlighten me please as to what 'true' is doing there, and can
> I remove it ?
This is just a guess, but look in Makefile.config for the POD2MAN
variable and see if that's where true is coming from.
I think some of our autoconf magic uses the...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...andGuide/analyze.pod /usr/build/llvm/docs/CommandGuide/analyze.1
>
> 'true' seems to behaving like a "do nothing machine".
>
> From looking at the Bash documentation it does not look like it should
> be there at all !
>
> http://www.faqs.org/docs/bashman/bashref_68.html
>
> Can anyone enlighten me please as to what 'true' is doing there, and
> can I remove it ?
>
> Aaron
>
> ----- Original Message -----
> From: Aaron Gray
> To: LLVM Developers Mailing List
> Sent: Thursd...