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
This commit is contained in:
Daniel Stenberg 2002-05-31 08:38:35 +00:00
parent c38ccba483
commit 45abe619cd

10
tools/configure vendored
View file

@ -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)