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

make history directory in bootstrapemu target

This commit is contained in:
Qingping Hou 2013-04-03 12:29:13 +08:00
parent cc3caf9b12
commit 0285475bac

View File

@ -43,6 +43,7 @@ bootstrapemu:
test -e $(EMU_DIR)/koreader-base || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/koreader-base ./)
test -e $(EMU_DIR)/extr || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/extr ./)
test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./)
test -e $(EMU_DIR)/history || (cd $(EMU_DIR) && mkdir history)
customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr
# ensure that the binaries were built for ARM