2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
NiLuJe
4356622186 Don't patch popen-noshell twice 2012-10-03 00:34:42 +02:00
NiLuJe
5c76ef0f78 Fetch popen_noshell during fetchthirdparty, don't bundle it in our repo 2012-10-02 23:30:12 +02:00
NiLuJe
3f5fe1e991 Use popen_noshell as a static lib instead of an object file. Use CHOST
instead of HOST (and allow it to be set from the env), use $(MAKE)
instead of make to allow using the jobserver properly, and remove the
dash from commands where we do care about the return code (or inhibit
errors the usual way: rm -f instead of -rm)
2012-10-02 23:18:28 +02:00
NiLuJe
8e7f4ba989 Add a small makefile to build popen_noshell as a static lib 2012-10-02 23:10:55 +02:00
NiLuJe
d27f20d696 Fix input device closing, and fix lipc-wait-event handling (using
popen-noshell from http://code.google.com/p/popen-noshell/)
2012-10-02 02:16:22 +02:00