summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f60b4bfc16..edf47e6b9e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -70,6 +70,14 @@ clean:
70EOF 70EOF
71 71
72echo "Created Makefile" 72echo "Created Makefile"
73
74if [ -d "archos" ]; then
75 echo "sub directory archos already present"
76else
77 mkdir archos
78 echo "created an archos subdirectory for simulating the hard disk"
79fi
80
73} 81}
74 82
75if [ "$target" = "--help" -o \ 83if [ "$target" = "--help" -o \
@@ -224,7 +232,7 @@ THISDIR="@PWD@"
224 232
225.PHONE: firmware apps 233.PHONE: firmware apps
226 234
227all: apps 235all: firmware apps
228 236
229firmware: 237firmware:
230 make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR) 238 make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR)