From: Roy Marples Date: Tue, 22 Dec 2015 23:46:17 +0000 (+0000) Subject: Install example hooks X-Git-Tag: v6.10.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ea56dd541b2ffc250fd2e05e502091464df154;p=thirdparty%2Fdhcpcd.git Install example hooks --- diff --git a/Makefile b/Makefile index cbd09bc9..307c9bf1 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,10 @@ _confinstall: test -e ${DESTDIR}${SYSCONFDIR}/dhcpcd.conf || \ ${INSTALL} -m ${CONFMODE} dhcpcd.conf ${DESTDIR}${SYSCONFDIR} -install: proginstall _maninstall _confinstall +eginstall: + for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done + +install: proginstall _maninstall _confinstall eginstall clean: rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES} diff --git a/dev/Makefile b/dev/Makefile index e6b3a2cf..3e7c6366 100644 --- a/dev/Makefile +++ b/dev/Makefile @@ -36,6 +36,8 @@ proginstall: ${DPLUGS} ${INSTALL} -d ${DESTDIR}${DEVDIR} ${INSTALL} -m ${BINMODE} ${PROG} ${DPLUGS} ${DESTDIR}${DEVDIR} +eginstall: + install: proginstall clean: