summaryrefslogtreecommitdiff
path: root/Mk/bsd.commands.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-07-20 18:56:11 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-07-20 18:56:11 +0000
commitefde9543a4dcd6b464498c19db7eec6fbec5c0c4 (patch)
treedbf20756fb2924534ae9ed8c7af393aedd174ff1 /Mk/bsd.commands.mk
parentFix LIB_DEPENDS (diff)
- 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
Notes
Notes: svn path=/head/; revision=362347
Diffstat (limited to 'Mk/bsd.commands.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