File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,20 +336,20 @@ $(FIRECRACKER_DIR)/Cargo.toml:
336
336
337
337
$(FIRECRACKER_BIN ) : $(FIRECRACKER_DIR ) /Cargo.toml
338
338
$(FIRECRACKER_DIR ) /tools/devtool -y build --release && \
339
- $(FIRECRACKER_DIR ) /tools/devtool strip
339
+ $(FIRECRACKER_DIR ) /tools/devtool -y strip
340
340
cp $(FIRECRACKER_DIR ) /build/cargo_target/$(FIRECRACKER_TARGET ) /release/firecracker $@
341
341
342
342
.PHONY : firecracker-clean
343
343
firecracker-clean :
344
- - $(FIRECRACKER_DIR ) /tools/devtool distclean
344
+ - $(FIRECRACKER_DIR ) /tools/devtool -y distclean
345
345
- rm $(FIRECRACKER_BIN )
346
346
- rm $(KERNEL_BIN )
347
347
348
348
.PHONY : kernel
349
349
kernel : $(KERNEL_BIN )
350
350
351
351
$(KERNEL_BIN ) : $(KERNEL_CONFIG )
352
- $(FIRECRACKER_DIR ) /tools/devtool build_kernel --config $(KERNEL_CONFIG )
352
+ $(FIRECRACKER_DIR ) /tools/devtool -y build_kernel --config $(KERNEL_CONFIG )
353
353
354
354
.PHONY : install-kernel
355
355
install-kernel : $(KERNEL_BIN )
You can’t perform that action at this time.
0 commit comments