aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/mk/sys/Linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/mk/sys/Linux.mk')
-rw-r--r--contrib/bmake/mk/sys/Linux.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/bmake/mk/sys/Linux.mk b/contrib/bmake/mk/sys/Linux.mk
index 3cdc4dbe1a62..0c95419c0abe 100644
--- a/contrib/bmake/mk/sys/Linux.mk
+++ b/contrib/bmake/mk/sys/Linux.mk
@@ -1,4 +1,4 @@
-# $Id: Linux.mk,v 1.13 2020/08/19 17:51:53 sjg Exp $
+# $Id: Linux.mk,v 1.16 2022/09/09 17:44:29 sjg Exp $
# $NetBSD: sys.mk,v 1.19.2.1 1994/07/26 19:58:31 cgd Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -17,7 +17,7 @@ NEED_SOLINKS ?=yes
.LIBS: .a
AR ?= ar
-ARFLAGS ?= rl
+ARFLAGS ?= r
RANLIB ?= ranlib
AS ?= as
@@ -185,3 +185,8 @@ ${CXX_SUFFIXES:%=%.a}:
.sh:
rm -f ${.TARGET}
cp ${.IMPSRC} ${.TARGET}
+ chmod a+x ${.TARGET}
+
+
+# egrep is deprecated
+EGREP = grep -E