From e2ee28cd537c7f8202b1e3fa16753522957dc41d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 30 Mar 2004 12:00:19 +0000 Subject: No need to create .mod/.ajz/.ucl files for the debug builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4454 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/Makefile b/apps/Makefile index aaf31479f4..319ed316bb 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -90,7 +90,11 @@ ifndef TOOLSDIR TOOLSDIR=../tools endif +ifdef DEBUG +all : $(OBJDIR)/rockbox.elf rocks +else all : $(OBJDIR)/$(OUTNAME) $(OBJDIR)/rockbox.ucl rocks +endif rocks: $(MAKE) -C plugins TARGET=$(TARGET) DEBUG=$(DEBUG) OBJDIR=$(OBJDIR) VERSION=$(VERSION) EXTRA_DEFINES="$(EXTRA_DEFINES)" MEM=${MEM} -- cgit v1.2.3