freemyipod r663 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r662‎ | r663 | r664 >
Date:16:14, 25 March 2011
Author:theseven
Status:new
Tags:
Comment:
Suppress "rm -rf build" output from "make clean" in even more makefiles
Modified paths:
  • /emcore/trunk/loader/ipodclassic/Makefile (modified) (history)
  • /emcore/trunk/loader/ipodnano2g/Makefile (modified) (history)

Diff [purge]

Index: emcore/trunk/loader/ipodnano2g/Makefile
@@ -102,6 +102,6 @@
103103 @mkdir $@
104104
105105 clean:
106 - rm -rf build
 106+ @rm -rf build
107107
108108 .PHONY: all clean $(NAME)
Index: emcore/trunk/loader/ipodclassic/Makefile
@@ -97,6 +97,6 @@
9898 @mkdir $@
9999
100100 clean:
101 - rm -rf build
 101+ @rm -rf build
102102
103103 .PHONY: all clean $(NAME)