Le jeudi 22 avril 2010 à 10:48 -0400, Denis Laxalde a écrit :
> unmerge 576987
> reopen 576987
> found 576987 3.8.3-20
> thanks
> 
> Hi,
> 
> With dash, the custom rule is still broken in 3.8.3-20:
Interesting. 
On my system, it works.

$ fakeroot debian/rules custom
rm -f configure-stamp
ncpu=$(LANG=C cpufreq-info | grep "analyzing CPU" -c); \
                for (( cpu=0 ; cpu < $ncpu ; cpu++)); do \
                if test $(cpufreq-info -p 2>&1 > /dev/null; echo $?) -eq 0 -a -z
"$(LANG=C cpufreq-info -p -c $cpu | grep performance)" ; then \
                        echo "frequency governor on cpu=$cpu is not set to 
'performance'"; \
                        echo "run: 'sudo cpufreq-set -g performance -c cpu#' 
for each cpu"; \
                        echo "aborting atlas build"; \
                        exit 1; \
                fi; \
                done
# Here, the trick is pretty simple:

Sylvestre





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to