* [gentoo-commits] proj/netifrc:master commit in: mk/, sh/
@ 2015-01-09 17:17 Robin H. Johnson
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson @ 2015-01-09 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 0b3be67adb845c26d3d3b7cfba91c9b0053fa750
Author: Rabi Shanker Guha <guha.rabishankar <AT> gmail <DOT> com>
AuthorDate: Fri Jan 9 15:09:17 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 15:09:17 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/netifrc.git;a=commit;h=0b3be67a
Update Makefiles to reflect changes
---
mk/scripts.mk | 2 +-
sh/Makefile | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/mk/scripts.mk b/mk/scripts.mk
index 2201199..736132a 100644
--- a/mk/scripts.mk
+++ b/mk/scripts.mk
@@ -12,7 +12,7 @@ _PKG_SED:= $(shell ${_PKG_SED_SH})
_LCL_SED_SH= if test "${PREFIX}" = "${LOCAL_PREFIX}"; then echo "-e 's:@LOCAL_PREFIX@::g'"; else echo "-e 's:@LOCAL_PREFIX@:${LOCAL_PREFIX}:g'"; fi
_LCL_SED:= $(shell ${_LCL_SED_SH})
-SED_REPLACE= -e 's:@SHELL@:${SH}:g' -e 's:@LIB@:${LIBNAME}:g' -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' -e 's:@LIBEXECDIR@:${LIBEXECDIR}:g' -e 's:@PREFIX@:${PREFIX}:g' -e 's:@BINDIR@:${BINDIR}:g' -e 's:@SBINDIR@:${SBINDIR}:g' ${_PKG_SED} ${_LCL_SED}
+SED_REPLACE= -e 's:@SHELL@:${SH}:g' -e 's:@LIB@:${LIBNAME}:g' -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' -e 's:@CONFDIR@:${CONFDIR}:g' -e 's:@LIBEXECDIR@:${LIBEXECDIR}:g' -e 's:@PREFIX@:${PREFIX}:g' -e 's:@BINDIR@:${BINDIR}:g' -e 's:@SBINDIR@:${SBINDIR}:g' -e 's:@INITDIR@:${INITDIR}:g' ${_PKG_SED} ${_LCL_SED}
# Tweak our shell scripts
%.sh: %.sh.in
diff --git a/sh/Makefile b/sh/Makefile
index 6efb98b..4f13ae6 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -7,13 +7,13 @@ MK= ../mk
include ${MK}/os.mk
SRCS-FreeBSD=
-BIN-FreeBSD=
+BIN-FreeBSD= functions.sh
-SRCS-Linux= udhcpc-hook.sh.in
-BIN-Linux= udhcpc-hook.sh
+SRCS-Linux= udhcpc-hook.sh.in systemd-wrapper.sh.in
+BIN-Linux= udhcpc-hook.sh functions.sh systemd-wrapper.sh
SRCS-NetBSD= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in
-BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh
+BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh functions.sh
include ${MK}/scripts.mk
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-09 17:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 17:17 [gentoo-commits] proj/netifrc:master commit in: mk/, sh/ Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox