Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeated make clean should not show error #132

Closed
TsinghuaRoger opened this issue Jun 17, 2022 · 2 comments
Closed

repeated make clean should not show error #132

TsinghuaRoger opened this issue Jun 17, 2022 · 2 comments

Comments

@TsinghuaRoger
Copy link
Contributor

Repeat "make clean" should not show error

@TsinghuaRoger
Copy link
Contributor Author

$make clean
GO111MODULE=on go clean -i ./...
rm -rf *.out
cd parser && make clean
go clean -i ./...
rm -rf *.out
rm parser.go
rm: parser.go: No such file or directory
make[1]: *** [clean] Error 1
make: *** [clean] Error 2

TsinghuaRoger pushed a commit to TsinghuaRoger/tinysql-official that referenced this issue Jun 17, 2022
yanguwan added a commit that referenced this issue Jun 17, 2022
Co-authored-by: yanguwan <[email protected]>
@yanguwan
Copy link
Contributor

solved in pr repeated "make clean" silently #133

yanguwan added a commit that referenced this issue Jun 17, 2022
* issue #132

* add failpoint-disable as dependeny of clean

Co-authored-by: yanguwan <[email protected]>
pupillord pushed a commit to pupillord/tinysql that referenced this issue Jul 10, 2022
pupillord pushed a commit to pupillord/tinysql that referenced this issue Jul 10, 2022
…n#134)

* issue talent-plan#132

* add failpoint-disable as dependeny of clean

Co-authored-by: yanguwan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants