1
0
Fork 0
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:
Dominik Riebeling 2009-08-15 15:25:43 +00:00
parent 044aae2951
commit 7c74723594

View file

@ -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)