Re: generate date sequences

2005-10-31 Thread Andre Poenitz
Colin S. Miller <[EMAIL PROTECTED]> wrote: > for (( a=0 ; $a \< 10 ; a++ )) ;do date -d "5 april 2005 $a days";done > Tue Apr 5 00:00:00 BST 2005 > [...] Nice trick, that '$a days' thing. The preamble could have been a bit shorter, though: seq 10 | while read a; do date -d "5 april 2005 $a day

Re: question on makefile: not stop after compling error

2005-10-31 Thread Yong Zhang
Paul,   It works. Thanks for the help.   Yong  On 10/28/05, Paul Jarc <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:> A problem I currently have is if there are some compiling errors in > d4, the compiler will not stop, and keep working on d5, d6, d7.That's because the rule, as written, doesn'

Re: generate date sequences

2005-10-31 Thread Colin S. Miller
Andre Poenitz wrote: Colin S. Miller <[EMAIL PROTECTED]> wrote: for (( a=0 ; $a \< 10 ; a++ )) ;do date -d "5 april 2005 $a days";done Tue Apr 5 00:00:00 BST 2005 [...] Nice trick, that '$a days' thing. The preamble could have been a bit shorter, though: seq 10 | while read a; do date -d

make 3.80 build problem (mkstemp64)

2005-10-31 Thread SysTom
Hello, I just build make 3.80 and running 'make check' I get failures on targets/INTERMEDIATE targets/SECONDARY should I be concerned? ~Tom ___ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-uti