projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a00bb
)
cpupower tool: remove use of undefined variables from the clean target of the top...
author
Franck Bui-Huu
<fbuihuu@gmail.com>
Wed, 1 Feb 2012 11:08:18 +0000
(12:08 +0100)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Sat, 3 Mar 2012 13:40:10 +0000
(14:40 +0100)
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 <fbuihuu@gmail.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
tools/power/cpupower/Makefile
patch
|
blob
|
history
diff --git
a/tools/power/cpupower/Makefile
b/tools/power/cpupower/Makefile
index
f01b3f5
..
eb7f448
100644
(file)
--- 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