forked from len0rd/rockbox
Manual: make features processing silent by default.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89ccbea837
commit
780968d249
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
ifndef V
|
||||
SILENT=@
|
||||
endif
|
||||
|
||||
# Needed to build the features list.
|
||||
INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDIR) \
|
||||
-I$(BUILDDIR)/bitmaps -I$(OBJDIR)
|
||||
|
|
@ -33,6 +37,7 @@ manual-prep: rockbox.tex
|
|||
@mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile
|
||||
|
||||
$(OBJDIR)/features: $(ROOTDIR)/apps/features.txt
|
||||
@echo "processing $(notdir $^)"
|
||||
$(SILENT)mkdir -p `dirname $@`
|
||||
$(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
|
||||
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue