freemyipod r706 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r705‎ | r706 | r707 >
Date:21:29, 24 April 2011
Author:theseven
Status:new
Tags:
Comment:
Installer Makefiles: Fix another bug
Modified paths:
  • /apps/installer-ipodclassic/Makefile (modified) (history)
  • /apps/installer-ipodnano2g/Makefile (modified) (history)

Diff [purge]

Index: apps/installer-ipodclassic/Makefile
@@ -188,7 +188,7 @@
189189 @echo [CP] $@
190190 @cp $< $@
191191
192 -$(UMSBOOTDIR)/build/ipodclassic/umsboot.ucl: umsboot
 192+$(UMSBOOTDIR)/build/ipodclassic/umsboot-ipodclassic.ucl $(UMSBOOTDIR)/build/ipodclassic/umsboot.bin: umsboot
193193 @$(MAKE) -C $(UMSBOOTDIR) ipodclassic
194194
195195 flashfiles/umsboot-ipodclassic.ucl: $(UMSBOOTDIR)/build/ipodclassic/umsboot-ipodclassic.ucl
Index: apps/installer-ipodnano2g/Makefile
@@ -207,7 +207,7 @@
208208 @echo [CP] $@
209209 @cp $< $@
210210
211 -$(UMSBOOTDIR)/build/ipodnano2g/umsboot-ipodnano2g.ucl: umsboot
 211+$(UMSBOOTDIR)/build/ipodnano2g/umsboot-ipodnano2g.ucl $(UMSBOOTDIR)/build/ipodnano2g/umsboot.bin: umsboot
212212 @$(MAKE) -C $(UMSBOOTDIR) ipodnano2g
213213
214214 flashfiles/umsboot-ipodnano2g.ucl: $(UMSBOOTDIR)/build/ipodnano2g/umsboot-ipodnano2g.ucl