Author: aurel32
Date: 2007-09-03 15:59:11 +0000 (Mon, 03 Sep 2007)
New Revision: 2527

Modified:
   glibc-package/trunk/debian/rules.d/build.mk
Log:
Build fix


Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2007-09-03 15:58:58 UTC (rev 
2526)
+++ glibc-package/trunk/debian/rules.d/build.mk 2007-09-03 15:59:11 UTC (rev 
2527)
@@ -100,7 +100,7 @@
        elif grep -q "cpu model.*SiByte SB1" /proc/cpuinfo ; then \
          echo "MIPS SB1 platform detected, skipping tests."; \
          echo "MIPS SB1 platform detected, skipping tests." > $(log_test) ; \
-       elif uname -m | grep -q "^arm" && uname -r | grep -q "2\.6\.2[1-2]" ; 
then
+       elif uname -m | grep -q "^arm" && uname -r | grep -q "2\.6\.2[1-2]" ; 
then \
          echo "ARM machine running a 2.6.21/22 kernel detected, tests have 
been skipped."; \
          echo "ARM machine running a 2.6.21/22 kernel detected, tests have 
been skipped." > $(log_test) ; \
        elif [ $(call xx,RUN_TESTSUITE) != "yes" ]; then \


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

Reply via email to