enables 'make tools' in the build dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
caee4b3e37
commit
6f0bc5c178
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -858,6 +858,7 @@ export APPEXTRA=@APPEXTRA@
|
|||
export ENABLEDPLUGINS=@PLUGINS@
|
||||
export SOFTWARECODECS=@CODECS@
|
||||
export EXTRA_DEFINES=@EXTRADEF@
|
||||
export HOSTCC=gcc
|
||||
export CC=@CC@
|
||||
export LD=@LD@
|
||||
export AR=@AR@
|
||||
|
@ -891,6 +892,9 @@ clean:
|
|||
@\$(MAKE) -C \$(APPSDIR) clean OBJDIR=\$(BUILDDIR)/@APPS@
|
||||
@rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.h
|
||||
|
||||
tools:
|
||||
\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC)
|
||||
|
||||
tags:
|
||||
@rm -f TAGS
|
||||
\$(MAKE) -C \$(FIRMDIR) tags
|
||||
|
|
Loading…
Reference in a new issue