In message <[EMAIL PROTECTED]>, Warner Losh writes: >: to >: >: sh_subdirs=${SUBDIRS}; for f in $$sh_subdirs ; do ... > >there's lots of other workarounds, from seeing if SUBDIRS is defined, >to using make's .foreach. Another option is: for f in $$empty_list ${SUBDIRS}; do ... where 'empty_list' is any undefined sh variable. Ian To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: empty lists in for Sheldon Hearn
- Re: empty lists in for Warner Losh
- Re: empty lists in for Doug Barton
- Re: empty lists in for Sheldon Hearn
- Re: empty lists in for John Baldwin
- Re: empty lists in for Andrew Reilly
- Re: empty lists in for Chet Ramey
- Re: empty lists in for Sheldon Hearn
- Re: empty lists in for Chet Ramey
- Re: empty lists in for Warner Losh
- Re: empty lists in for Ian Dowse
- Re: empty lists in for Chet Ramey
- Re: empty lists in for Chet Ramey
- Re: empty lists in for Max Khon
- Re: empty lists in for Ian Dowse