mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
build: supress make clean output
This commit is contained in:
9
Makefile
9
Makefile
@@ -100,17 +100,18 @@ coverage: $(INSTALL_DIR)/koreader/.luacov
|
||||
+$$(($$(grep -nm1 Summary luacov.report.out|cut -d: -f1)-1)) \
|
||||
luacov.report.out
|
||||
|
||||
.PHONY: test
|
||||
|
||||
fetchthirdparty:
|
||||
git submodule init
|
||||
git submodule sync
|
||||
git submodule update
|
||||
$(MAKE) -C $(KOR_BASE) fetchthirdparty
|
||||
|
||||
VERBOSE ?= @
|
||||
Q = $(VERBOSE:1=)
|
||||
clean:
|
||||
rm -rf $(INSTALL_DIR)
|
||||
$(MAKE) -C $(KOR_BASE) clean
|
||||
$(Q:@=@echo 'MAKE -C base clean'; &> /dev/null) \
|
||||
$(MAKE) -C $(KOR_BASE) clean
|
||||
|
||||
# Don't bundle launchpad on touch devices..
|
||||
ifeq ($(TARGET), kindle-legacy)
|
||||
@@ -204,3 +205,5 @@ pot:
|
||||
|
||||
po:
|
||||
$(MAKE) -i -C l10n bootstrap pull
|
||||
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user