Overview
Comment: | ChromeOS: better cleanup |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
82721ca5b68742ed42a100940dde4a99 |
User & Date: | rkeene on 2016-02-10 23:06:06 |
Other Links: | manifest | tags |
Context
2016-02-11
| ||
16:02 | ChromeOS: Made debugging build optional and non-default, as well as applying to the JavaScript portion of the extension check-in: 01a8bae109 user: rkeene tags: trunk | |
2016-02-10
| ||
23:06 | ChromeOS: better cleanup check-in: 82721ca5b6 user: rkeene tags: trunk | |
23:04 | More work towards getting ChromeOS extension going check-in: 9e8c8d0997 user: rkeene tags: trunk | |
Changes
Modified build/chrome/Makefile from [f428275431] to [c37ded695f].
︙ | ︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | cackey-chrome.o: cackey-chrome.c cackey-chrome.h cackey-chrome-init.o: cackey-chrome-init.cc cackey-chrome.h include/PCSC/pcsc-nacl.h clean: rm -f cackey-chrome.o cackey-chrome-init.o rm -f cackey.pexe rm -f cackey.crx cackey.nmf distclean: clean rm -f lib/libcackey.a lib/libpcsc.a lib/libz.a -rmdir lib rm -f include/PCSC/pcsc-nacl.h -rmdir include/PCSC -rmdir include | > | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | cackey-chrome.o: cackey-chrome.c cackey-chrome.h cackey-chrome-init.o: cackey-chrome-init.cc cackey-chrome.h include/PCSC/pcsc-nacl.h clean: rm -f cackey-chrome.o cackey-chrome-init.o rm -f cackey.pexe rm -f cackey.crx cackey.nmf rm -f test distclean: clean rm -f lib/libcackey.a lib/libpcsc.a lib/libz.a -rmdir lib rm -f include/PCSC/pcsc-nacl.h -rmdir include/PCSC -rmdir include |
︙ | ︙ |