commit | 4340e0fa4aece510064f3876770cd81ba4a744bd | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Aug 05 15:01:42 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Aug 05 15:01:42 2011 +0200 |
tree | 73b6aa2abfb04673283d238b2f3cb87640fe8010 | |
parent | 6bce557b8f816514bd93e5ea813c1fdc0472d300 [diff] |
fix error output to the log file Error messages have to go to the log file Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/cpufreq/Makefile b/cpufreq/Makefile index 5dfc00d..f52a1f4 100644 --- a/cpufreq/Makefile +++ b/cpufreq/Makefile
@@ -25,10 +25,10 @@ TST=$(wildcard *.sh) LOG=$(TST:.sh=.log) -check: $(LOG) +check: uncheck $(LOG) %.log: %.sh - @./$< + @./$< 2> $@ clean: rm -f $(LOG)