From ac77c08f11205fddaed93b53d07c803dd445d88f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 15 Aug 2009 14:26:08 +0000 Subject: Make mkamsboot Makefile more silent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22320 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'rbutil/mkamsboot/Makefile') diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index a5ab42157c..12058ecab8 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -5,6 +5,10 @@ LIBUCL=../../tools/ucl/src/libucl.a #change for releases APPVERSION=`../../tools/version.sh` +ifndef V +SILENT = @ +endif + ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) OUTPUT=mkamsboot.exe CFLAGS+=-mno-cygwin @@ -50,7 +54,7 @@ $(OUT)/libmkamsboot.o: mkamsboot.c dualboot.h md5.h $(CC) $(CFLAGS) -DLIB -c -o $(OUT)/libmkamsboot.o -W -Wall mkamsboot.c libmkamsboot$(RBARCH).a: $(OUT) $(OUT)/libmkamsboot.o $(OUT)/md5.o $(OUT)/dualboot.o - $(AR) ruv libmkamsboot$(RBARCH).a $(OUT)/libmkamsboot.o $(OUT)/md5.o $(OUT)/dualboot.o + $(AR) ru libmkamsboot$(RBARCH).a $(OUT)/libmkamsboot.o $(OUT)/md5.o $(OUT)/dualboot.o # some trickery to build ppc and i386 from a single call ifeq ($(RBARCH),) @@ -72,4 +76,5 @@ clean: build$(RBARCH): @echo MKDIR build$(RBARCH) - $(SILENT)mkdir build$(RBARCH) \ No newline at end of file + $(SILENT)mkdir build$(RBARCH) + -- cgit v1.2.3