We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92289da + cffe51f commit a22d57fCopy full SHA for a22d57f
Makefile
@@ -0,0 +1,11 @@
1
+.PHONY: all build image
2
+
3
+all: image
4
5
+build:
6
+ $(MAKE) -C calico-vpp-agent $@
7
+ $(MAKE) -C vpp-manager $@
8
9
+image:
10
11
etc/service/calico-vpp-agent/log/run renamed to calico-vpp-agent/etc/service/calico-vpp-agent/log/run
etc/service/calico-vpp-agent/run renamed to calico-vpp-agent/etc/service/calico-vpp-agent/run
vpp-manager/Makefile
@@ -1,6 +1,6 @@
-.PHONY: all build image
+.PHONY: all build image imageonly vpp
-VPPLINK_DIR=$(shell go list -f '{{.Dir}}' -m github.com/calico-vpp/vpplink)
+VPPLINK_DIR="../vpplink"
IMAGE_DIR=images/ubuntu/
all: image
0 commit comments