Check-in [82721ca5b6]
Overview
Comment:ChromeOS: better cleanup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:82721ca5b68742ed42a100940dde4a999a24b4b8
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     73   cackey-chrome.o: cackey-chrome.c cackey-chrome.h
    74     74   cackey-chrome-init.o: cackey-chrome-init.cc cackey-chrome.h include/PCSC/pcsc-nacl.h
    75     75   
    76     76   clean:
    77     77   	rm -f cackey-chrome.o cackey-chrome-init.o
    78     78   	rm -f cackey.pexe
    79     79   	rm -f cackey.crx cackey.nmf
           80  +	rm -f test
    80     81   
    81     82   distclean: clean
    82     83   	rm -f lib/libcackey.a lib/libpcsc.a lib/libz.a
    83     84   	-rmdir lib
    84     85   	rm -f include/PCSC/pcsc-nacl.h
    85     86   	-rmdir include/PCSC
    86     87   	-rmdir include
    87     88   	rm -f google-pcsc.js
    88     89   	rm -rf workdir-*
    89     90   
    90     91   .PHONY: all clean distclean