forked from len0rd/rockbox
Make libucl Makefile more silent.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
044aae2951
commit
7c74723594
1 changed files with 6 additions and 1 deletions
|
|
@ -8,6 +8,10 @@
|
|||
#
|
||||
CFLAGS = -I../include
|
||||
|
||||
ifndef V
|
||||
SILENT = @
|
||||
endif
|
||||
|
||||
ifdef RBARCH
|
||||
CFLAGS += -arch $(RBARCH)
|
||||
endif
|
||||
|
|
@ -52,4 +56,5 @@ clean:
|
|||
|
||||
build$(RBARCH):
|
||||
@echo MKDIR build$(RBARCH)
|
||||
$(SILENT)mkdir build$(RBARCH)
|
||||
$(SILENT)mkdir build$(RBARCH)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue