aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Jullien <jullien@openbsd.eligis.com>2016-10-15 14:59:52 +0200
committerChristian Jullien <jullien@openbsd.eligis.com>2016-10-15 14:59:52 +0200
commit70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79 (patch)
tree2e751c15bec3dc1c3a0d73f74013d211bec9a54f
parent36759ddacf3856599873f7c181c7e01c3a8d5f1f (diff)
downloadtinycc-70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79.tar.gz
tinycc-70dec93f2b4a88d0c98e07bcbe2e73ba8c577c79.tar.bz2
OpenBSD does not support -v option in rm command.
-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:"