Hi Pirmin,
El 01/06/18 a las 16:11, Pirmin Duss escribió:
An other point that doesn't look nice currently is the way used to obtain the location of the port sources [2]. Is there a way to get rid of the "../ports/" part?
There exists the select_from_ports function that is used widely. Examples:
ARORA_PORT_DIR := $(call select_from_ports,arora)
LIBPNG_DIR := $(call select_from_ports,libpng)/src/lib/libpng
Martin