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 31033b9 + 0123234 commit c20c72eCopy full SHA for c20c72e
Makefile
@@ -294,12 +294,12 @@ install-test-cni-bins: test-cni-bins $(CNI_BIN_ROOT)
294
install -D -o root -g root -m755 -t $(CNI_BIN_ROOT) $(TEST_BRIDGED_TAP_BIN)
295
296
FCNET_CONFIG?=/etc/cni/conf.d/fcnet.conflist
297
-$(FCNET_CONFIG):
+$(FCNET_CONFIG): tools/demo/fcnet.conflist
298
mkdir -p $(dir $(FCNET_CONFIG))
299
install -o root -g root -m644 tools/demo/fcnet.conflist $(FCNET_CONFIG)
300
301
FCNET_BRIDGE_CONFIG?=/etc/network/interfaces.d/fc-br0
302
-$(FCNET_BRIDGE_CONFIG):
+$(FCNET_BRIDGE_CONFIG): tools/demo/fc-br0.interface
303
mkdir -p $(dir $(FCNET_BRIDGE_CONFIG))
304
install -o root -g root -m644 tools/demo/fc-br0.interface $(FCNET_BRIDGE_CONFIG)
305
0 commit comments