mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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:
parent
c38ccba483
commit
45abe619cd
1 changed files with 9 additions and 1 deletions
10
tools/configure
vendored
10
tools/configure
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue