From 70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Sat, 15 Oct 2016 14:59:52 +0200 Subject: [PATCH] OpenBSD does not support -v option in rm command. --- Makefile | 4 ++-- tests/pp/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7af5307..2e866ac 100644 --- a/Makefile +++ b/Makefile @@ -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." diff --git a/tests/pp/Makefile b/tests/pp/Makefile index 5fe3f9a..4a77035 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -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:"