freemyipod r659 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r658‎ | r659 | r660 >
Date:18:28, 24 March 2011
Author:theseven
Status:new
Tags:
Comment:
Suppress "rm -rf build" output from "make clean"
Modified paths:
  • /emcore/trunk/Makefile (modified) (history)
  • /umsboot/Makefile (modified) (history)

Diff [purge]

Index: umsboot/Makefile
@@ -98,6 +98,6 @@
9999 @mkdir $@
100100
101101 clean:
102 - rm -rf build
 102+ @rm -rf build
103103
104104 .PHONY: all clean $(TARGETS)
Index: emcore/trunk/Makefile
@@ -98,6 +98,6 @@
9999 @mkdir $@
100100
101101 clean:
102 - rm -rf build
 102+ @rm -rf build
103103
104104 .PHONY: all clean $(TARGETS)