提交 cc60f690 作者: Jakub Sztandera

make: cleanup -rm calls

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 f93ce300
......@@ -114,7 +114,7 @@ test_all_commits_travis:
# since we have CI for osx and linux but not windows, this should help
windows_build_check:
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs
rm .test.ipfs.exe
rm -f .test.ipfs.exe
PHONY += test test_short test_expensive
......
......@@ -21,7 +21,7 @@ deps: global-deps bins
clean:
$(MAKE) -C sharness clean
-rm -rf $(BINS)
rm -rf $(BINS)
bins: $(BINS)
......
......@@ -19,11 +19,11 @@ all: aggregate
clean: clean-test-results
@echo "*** $@ ***"
-rm -rf $(BINS)
rm -rf $(BINS)
clean-test-results:
@echo "*** $@ ***"
-rm -rf test-results
rm -rf test-results
$(T): clean-test-results deps
@echo "*** $@ ***"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论