We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf3ae9 commit 35880cfCopy full SHA for 35880cf
src/Makefile
@@ -41,7 +41,8 @@ p4-bmv2_1.0.0_amd64.deb: thrift-compiler_0.9.3-2_amd64.deb python-thrift_0.9.3-2
41
python-p4-hlir_0.9.36-1_all.deb:
42
pushd p4-hlir; ./build.sh; popd
43
44
-python-p4c-bm_1.0.0-5415c416-1_all.deb:
+python-p4c-bm_1.0.0-5415c416-1_all.deb: python-tenjin_1.1.1-1_all.deb
45
+ $(foreach dep, $^, $(call install_deb, $(dep)))
46
pushd p4c-bm; ./build.sh; popd
47
48
python-tenjin_1.1.1-1_all.deb:
0 commit comments