aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-07-21 02:56:11 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2014-07-21 02:56:11 +0800
commitefde9543a4dcd6b464498c19db7eec6fbec5c0c4 (patch)
treedbf20756fb2924534ae9ed8c7af393aedd174ff1 /Mk
parent19b6f69d71a2fc7caf31dade7b3153aa197c28b7 (diff)
downloadfreebsd-ports-gnome-efde9543a4dcd6b464498c19db7eec6fbec5c0c4.tar.gz
freebsd-ports-gnome-efde9543a4dcd6b464498c19db7eec6fbec5c0c4.tar.zst
freebsd-ports-gnome-efde9543a4dcd6b464498c19db7eec6fbec5c0c4.zip
- Always pass '-f' with ${RM}. This fixes many ports when building as a user
and not root. They were asking for confirmation. Reported by: jhb Phabric: D111 Reviewed by: bapt, antoine With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index 304bbfc8e216..25608575f20e 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -72,7 +72,7 @@ PRINTF?= /usr/bin/printf
PS_CMD?= /bin/ps
PW?= /usr/sbin/pw
REALPATH?= /bin/realpath
-RM?= /bin/rm
+RM?= /bin/rm -f
RMDIR?= /bin/rmdir
SED?= /usr/bin/sed
SETENV?= /usr/bin/env