From efde9543a4dcd6b464498c19db7eec6fbec5c0c4 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sun, 20 Jul 2014 18:56:11 +0000 Subject: - 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 --- Mk/bsd.commands.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/bsd.commands.mk') 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 -- cgit v1.2.3