We should use --ignore-fail-on-non-empty instead of -rf
This commit is contained in:
parent
4699e25b63
commit
b7fdb3e48e
2
Makefile
2
Makefile
|
@ -247,7 +247,7 @@ clean:
|
|||
rm -f $(foreach f, $(COMPARE_TESTS), test.out/compare_$(f).fcd)
|
||||
rm -f $(foreach f, $(COMPARE_TESTS), test.out/compare_$(f).fce)
|
||||
rm -f test.out/compare_xc6slx9.fp
|
||||
rm -rf test.out test.gold
|
||||
rmdir --ignore-fail-on-non-empty test.out test.gold
|
||||
|
||||
install: fp2bit bit2fp
|
||||
@$(MAKE) -C libs install
|
||||
|
|
Loading…
Reference in New Issue
Block a user