mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Use cvs uclpack for bootbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd939aa4d7
commit
6643b0dd62
1 changed files with 2 additions and 8 deletions
|
@ -67,14 +67,8 @@ $(BUILDDIR)/$(BINARY) : $(OBJDIR)/bootbox.bin
|
||||||
@$(MKFIRMWARE) $< $@
|
@$(MKFIRMWARE) $< $@
|
||||||
|
|
||||||
$(FLASHFILE): $(OBJDIR)/bootbox.bin
|
$(FLASHFILE): $(OBJDIR)/bootbox.bin
|
||||||
@a=`uclpack -h 2>/dev/null`; \
|
$(SILENT)(echo "UCLPACK bootbox" ; \
|
||||||
if test -n "$$a"; then \
|
$(TOOLSDIR)/uclpack --best --2e $< $@ >/dev/null 2>&1;)
|
||||||
echo "UCLPACK bootbox" ; \
|
|
||||||
uclpack --best --2e $< $@ >/dev/null 2>&1; \
|
|
||||||
else \
|
|
||||||
echo "no uclpack command found, makes a fake bootbox.ucl"; \
|
|
||||||
echo "fake" > $@; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
include $(TOOLSDIR)/make.inc
|
include $(TOOLSDIR)/make.inc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue