aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/abspath.mk
blob: 89d96f9aabd405d6e8b9324f79b1d19bdedc90b9 (plain)
1
2
3
4
5
6
foo = $(subst /kati,,$(subst /make,,$(abspath ./foo bar/../foo bar//..//foo / /usr)))
bar = $(subst /kati,,$(subst /make,,$(abspath .. ./. ./ /aa/.. a///)))

test:
	echo $(foo)
	echo $(bar)