this is the last step to complete the PD re-organization: the PD has been moved out of p4c-bm and split between the behavioral-model repo and the p4-build repo
users may have to do a fresh clone; if this is not possible make sure that your submodules are up-to-date (git submodule update --init --recursive), run ./autogen.sh and ./configure again in the top-level directory. It is also recommended to run make clean in the appropriate target directories after pulling the latest version
git submodule update --init --recursive
), run./autogen.sh
and./configure
again in the top-level directory. It is also recommended to runmake clean
in the appropriate target directories after pulling the latest version