aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--tests/pp/Makefile2
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:"