Hi, Working with the patchset to include new features to make install, some questions I missed to ask before:
for example if you use only "make install": "T" variable is going to get "*" value and the makefiles are going to build all TARGETS, Is it an expected behavior?, and if you use "make install T=TARGET" (e.g. make install T=x86_64-native-linuxapp-gcc) the makefiles are going to config, build and install dpdk, however the target just say "install", and is doing config and build again. is it and expected behavior too?. Thank you so much. Mario.