tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: make: modifier to run realpath() on variable?



>The << and >> modifiers would have no effect on absolute paths but
>would move relative paths up and down one level respectively; thus
>if DIR is ../../foo
>
>   $(DIR:<<)   =>      ../foo
>   $(DIR:>>)   =>      ../../../foo

Interesting....


Home | Main Index | Thread Index | Old Index