freemyipod r148 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r147‎ | r148 | r149 >
Date:15:07, 18 August 2010
Author:theseven
Status:new
Tags:
Comment:
Remove the old OOBE theme (which doesn't exist any more) from the iLoader Makefile
Modified paths:
  • /apps/iloader/themes/Makefile (modified) (history)

Diff [purge]

Index: apps/iloader/themes/Makefile
@@ -1,10 +1,8 @@
22 all:
3 - @make -C oobe
43 @make -C default
54 @make -C default-fastboot
65
76 clean:
8 - @make -C oobe clean
97 @make -C default clean
108 @make -C default-fastboot clean
119