Skip to content

Commit

Permalink
cpupower tool: remove use of undefined variables from the clean targe…
Browse files Browse the repository at this point in the history
…t 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 <[email protected]>
Signed-off-by: Dominik Brodowski <[email protected]>
  • Loading branch information
fbuihuu authored and Dominik Brodowski committed Mar 3, 2012
1 parent f2a00bb commit cf0213f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/power/cpupower/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf0213f

Please sign in to comment.