From 45abe619cd72e65ee8515a6b581fccb9e0230b59 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 31 May 2002 08:38:35 +0000 Subject: target builds must run make in firmware AND apps this script now creates an archos subdir when creating a simulator build env git-svn-id: svn://svn.rockbox.org/rockbox/trunk@846 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index f60b4bfc16..edf47e6b9e 100755 --- a/tools/configure +++ b/tools/configure @@ -70,6 +70,14 @@ clean: EOF echo "Created Makefile" + +if [ -d "archos" ]; then + echo "sub directory archos already present" +else + mkdir archos + echo "created an archos subdirectory for simulating the hard disk" +fi + } if [ "$target" = "--help" -o \ @@ -224,7 +232,7 @@ THISDIR="@PWD@" .PHONE: firmware apps -all: apps +all: firmware apps firmware: make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR) -- cgit v1.2.3