it looks strange that the variable in the shell doesn't work with builtin function. following is one of the situation:

 

list = foo/bar google deep/deeper/deepest

test:
        for item in $(list); do \
                echo $(notdir $$item); \
        done

result ?

 

foo/bar

google

deep/deeper/deepest

 

i had expected to be listed it as 'bar google deepest' but it showed as it was.

my gmake version is 3.79.1. any comments or help will be appreciated.

 



"¿ì¸® ÀÎÅͳÝ, Daum" http://www.daum.net  ¡ºÆò»ý¾²´Â ¹«·á ÇѸÞÀϳݡ»
¢¹2003 ´ÙÀ½ÀÇ ³¯, °¡ÀÚ ¼­¿ï·£µå·Î!¢·
´ÙÀ½ÀÇ ³¯ ¹«·á ÃÊ´ë±Ç ¹Þ¾Æ°¡¼¼¿ä~
ÇѸÞÀÏ³Ý ½ºÆÔÁ¦·Î ½Ã½ºÅÛ
½ºÆÔ ¾ø´Â ÆíÁöÇÔ! ÇѸÞÀÏ³Ý ÆíÁöÇÔ!
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to