summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-10-28 11:14:44 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-10-29 09:43:24 -0500
commit5066d40ac83fc9036843d670dbf816955b9f40a3 (patch)
tree9ca229a9816900f0c2864cf0a319a174c4cd36c4 /sh
parentf94e8836333f6dea142d9a7b29610fcc8d6b12a3 (diff)
downloadopenrc-5066d40ac83fc9036843d670dbf816955b9f40a3.tar.gz
openrc-5066d40ac83fc9036843d670dbf816955b9f40a3.tar.bz2
openrc-5066d40ac83fc9036843d670dbf816955b9f40a3.tar.xz
Use pattern rules instead of suffix rules
Rework the makefiles to use pattern rules instead of suffix rules. This is the preferred way to write implicit rules according to the gnu make manual.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile
index c15c79e..f714780 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -6,7 +6,6 @@ BIN= gendepends.sh init.sh runscript.sh ${BIN-${OS}}
INSTALLAFTER= _installafter
-SFX_PFX= .sh
MK= ../mk
include ${MK}/os.mk
@@ -21,7 +20,7 @@ BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh
include ${MK}/scripts.mk
-${SFX}.sh:
+%.sh: %.sh${SFX}
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@
_installafter: