OpenBSD does not support -v option in rm command.

master
Christian Jullien 2016-10-15 14:59:52 +02:00
parent 36759ddacf
commit 70dec93f2b
2 changed files with 3 additions and 3 deletions

View File

@ -315,13 +315,13 @@ test:
$(MAKE) -C tests
clean:
rm -vf $(PROGS) tcc_p$(EXESUF) tcc.pod *~ *.o *.a *.so* *.out *.log \
rm -f $(PROGS) tcc_p$(EXESUF) tcc.pod *~ *.o *.a *.so* *.out *.log \
lib*.def *.exe *.dll a.out tags TAGS libtcc_test$(EXESUF) tcc$(EXESUF)
$(MAKE) -C tests $@
$(MAKE) -C lib $@
distclean: clean
rm -vf config.h config.mak config.texi tcc.1 tcc-doc.info tcc-doc.html
rm -f config.h config.mak config.texi tcc.1 tcc-doc.info tcc-doc.html
config.mak:
@echo "Please run ./configure."

View File

@ -38,7 +38,7 @@ DIFF_OPTS = -Nu -b -B -I "^\#"
.PRECIOUS: %.expect
clean:
rm -vf *.output
rm -f *.output
02.test : DIFF_OPTS += -w
15.test : DIFF_OPTS += -I"^XXX:"