The rm command in OpenBSD does not support the -v flag

This commit is contained in:
gk 2015-10-03 13:24:15 +02:00 committed by pancake
parent c13660c7e8
commit 1cd5305486

View File

@ -151,7 +151,7 @@ install love: install-doc install-man install-www
# Remove make .d files. fixes build when .c files are removed # Remove make .d files. fixes build when .c files are removed
rmd: rmd:
rm -vf `find . -type f -iname *.d` rm -f `find . -type f -iname *.d`
install-www: install-www:
rm -rf $(call rmdblslash,${DESTDIR}/${WWWROOT}) rm -rf $(call rmdblslash,${DESTDIR}/${WWWROOT})