提交 f4622d4d 编写于 作者: Y Yifan Wu

Update os/Makefile, rm ... -f -> rm -f ...

上级 1517e12c
......@@ -33,9 +33,9 @@ build: env switch-check $(KERNEL_BIN)
switch-check:
ifeq ($(BOARD), qemu)
(which last-qemu) || (rm last-k210 -f && touch last-qemu && make clean)
(which last-qemu) || (rm -f last-k210 && touch last-qemu && make clean)
else ifeq ($(BOARD), k210)
(which last-k210) || (rm last-qemu -f && touch last-k210 && make clean)
(which last-k210) || (rm -f last-qemu && touch last-k210 && make clean)
endif
env:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册