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

Side by Side Diff: conmux/drivers/module.mk

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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 | Annotate | Revision Log
OLDNEW
1 # (C) Copyright IBM Corp. 2004, 2005, 2006 1 # (C) Copyright IBM Corp. 2004, 2005, 2006
2 # Author: Andy Whitcroft <andyw@uk.ibm.com> 2 # Author: Andy Whitcroft <andyw@uk.ibm.com>
3 # 3 #
4 # The Console Multiplexor is released under the GNU Public License V2 4 # The Console Multiplexor is released under the GNU Public License V2
5 5
6 DRIVERS:=blade hmc reboot-netfinity reboot-newisys reboot-numaq \ 6 DRIVERS:=blade dli-lpc hmc reboot-netfinity reboot-newisys reboot-numaq \
7 reboot-rsa reboot-rsa2 zseries-console x3270_glue.expect \ 7 reboot-rsa reboot-rsa2 zseries-console x3270_glue.expect \
8 » reboot-acs48 reboot-apc reboot-laurel 8 » reboot-acs48 reboot-apc reboot-laurel fence_apc_snmp.py
9 9
10 install:: 10 install::
11 @[ -d $(BASE)/lib/drivers ] || mkdir $(BASE)/lib/drivers 11 @[ -d $(BASE)/lib/drivers ] || mkdir $(BASE)/lib/drivers
12 for f in $(DRIVERS); do \ 12 for f in $(DRIVERS); do \
13 rm -f $(BASE)/lib/drivers/$$f; \ 13 rm -f $(BASE)/lib/drivers/$$f; \
14 cp -p drivers/$$f $(BASE)/lib/drivers/$$f; \ 14 cp -p drivers/$$f $(BASE)/lib/drivers/$$f; \
15 chmod 755 $(BASE)/lib/drivers/$$f; \ 15 chmod 755 $(BASE)/lib/drivers/$$f; \
16 done 16 done
OLDNEW
« cli/job.py ('K') | « conmux/drivers/fence_apc_snmp.py ('k') | conmux/examples/apc_snmp.cf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698