Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Side by Side Diff: dhcpcd-hooks/Makefile

Issue 2428004: Overhaul dhcpcd for chrome os use (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: purge hooks from configure to silence complaint Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dhcpcd-hooks/50-ypbind ('k') | dhcpcd-run-hooks.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 TOP?= ../
2 include ${TOP}/Makefile.inc
3 include ${TOP}/config.mk
4
5 SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks
6 SCRIPTS= 01-test 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
7 SCRIPTS+= ${HOOKSCRIPTS}
8
9 all:
10
11 install:
12 ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR}
13 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR}
14
15 import:
16 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
17 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
18
OLDNEW
« no previous file with comments | « dhcpcd-hooks/50-ypbind ('k') | dhcpcd-run-hooks.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698