From: Franck Bui-Huu Date: Wed, 1 Feb 2012 11:08:18 +0000 (+0100) Subject: cpupower tool: remove use of undefined variables from the clean target of the top... X-Git-Tag: upstream/snapshot3+hdmi~7814^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf0213fdff9c0e9392fcde925113ed965cbd1f7e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git cpupower tool: remove use of undefined variables from the clean target of the top makefile UTIL_BINS and IDLE_OBJS variables are not defined at all, so there's no need to remove their content from the 'clean' target. Signed-off-by: Franck Bui-Huu Signed-off-by: Dominik Brodowski --- diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index f01b3f5..eb7f448 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile @@ -228,8 +228,6 @@ compile-bench: libcpupower.so.$(LIB_MAJ) clean: -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ | xargs rm -f - -rm -f $(UTIL_BINS) - -rm -f $(IDLE_OBJS) -rm -f cpupower -rm -f libcpupower.so* -rm -rf po/*.gmo po/*.pot