2016年3月7日 星期一

Makefile strip

$(strip string)
Removes leading and trailing whitespace from string and replaces each internal sequence of one or more whitespace characters with a single space. Thus, ‘$(strip a b c )’ results in ‘a b c’.


寫得很清楚的manul

沒有留言:

張貼留言