2015-07-13 07:32, Mcnamara, John: > This change to enable CONFIG_RTE_NEXT_ABI=n breaks validate-abi.sh > because master won't compile with CONFIG_RTE_BUILD_SHARED_LIB=y and > CONFIG_RTE_NEXT_ABI=n:
My bad. I thought I was testing both cases (next ABI and stable one) but it appears only the "next one" was tested. The error is trivial: - $(Q)ln -s -f $< $(RTE_OUTPUT)/lib/$(LIBSONAME) + $(Q)ln -s -f $< $(basename $(basename $@)) The double basename should apply to NEXT_ABI case only.