vpath usage - simplify to bare minimum to make gustavo happy
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 9 Feb 2017 23:58:29 +0000 (08:58 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 10 Feb 2017 10:27:15 +0000 (19:27 +0900)
commit0356b1eb5ebcfed8d4f080eab11ac40e3a53f068
treeef81493a8a673f14d1a27bf50b95b874b0b0324c
parent7cc8f085b86e7172155912b53c423ba8990a6d60
vpath usage - simplify to bare minimum to make gustavo happy

since these are only local path resolves, the do and wait are
technically not needed. also remove any other tmp strings
and use the vpath string resolving feature to avoid
printfs/strjoins/cats etc. etc. as well.

also remember to remove old name string from evas shm code - it worked
for me. i guess i was lucky and it happened to be NULL thus free was
fine.
src/lib/efreet/efreet_base.c
src/lib/elementary/elm_config.c
src/lib/elput/elput_evdev.c
src/modules/ecore_buffer/shm/ecore_buffer_shm.c
src/modules/evas/engines/wayland_shm/evas_shm.c