From 4872825ed2c71e8bb2520681035355b24759d442 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Thu, 9 Feb 2006 04:27:57 +0000 Subject: Various build sytem cleanups * Parallel build appears to work properly * Use $(SILENT) instead of @ about everywhere * Less calls to bash by using make builtin substitutions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8638 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 294bc69976..6b3f999112 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -70,7 +70,7 @@ LIBROCKBOX = $(BUILDDIR)/librockbox.a ifdef SIMVER # this is a sim build -all: build-bitmaps $(BUILDDIR)/$(BINARY) $(CODECS) $(ROCKS) +all: $(BUILDDIR)/$(BINARY) $(CODECS) $(ROCKS) else # regular target build @@ -82,7 +82,7 @@ else REALBIN = $(BUILDDIR)/$(BINARY) endif -all: build-bitmaps $(REALBIN) $(FLASHFILE) $(CODECS) $(ROCKS) $(ARCHOSROM) +all: $(REALBIN) $(FLASHFILE) $(CODECS) $(ROCKS) $(ARCHOSROM) endif dep: $(DEPFILE) @@ -94,7 +94,9 @@ build-codecs: build-bitmaps: @$(MAKE) -C bitmaps OBJDIR=$(OBJDIR)/bitmaps -rocks: +$(BITMAPLIBS): build-bitmaps + +rocks: build-codecs @$(MAKE) -C plugins/lib OBJDIR=$(OBJDIR)/plugins/lib @$(MAKE) -C plugins OBJDIR=$(OBJDIR)/plugins -- cgit v1.2.3