Author: aurel32
Date: 2007-04-18 15:15:19 +0000 (Wed, 18 Apr 2007)
New Revision: 2091

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: disable testsuite on the MIPS SB1 platform.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2007-04-18 13:33:11 UTC (rev 
2090)
+++ glibc-package/trunk/debian/changelog        2007-04-18 15:15:19 UTC (rev 
2091)
@@ -33,9 +33,9 @@
   * Update Dutch debconf translation, by Bart Cornelis.  Closes: #419729.
   * debhelper.in/libc.postinst: fix the chroot detection, code taken from
     udev scripts.
-  * 
+  * debian/rules.d/build.mk: disable testsuite on the MIPS SB1 platform.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Wed, 18 Apr 2007 15:32:32 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Wed, 18 Apr 2007 17:14:45 +0200
 
 glibc (2.5-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk 2007-04-18 13:33:11 UTC (rev 
2090)
+++ glibc-package/trunk/debian/rules.d/build.mk 2007-04-18 15:15:19 UTC (rev 
2091)
@@ -91,6 +91,8 @@
        elif ! $(call kernel_check,$(call xx,MIN_KERNEL_SUPPORTED)); then \
          echo "Kernel too old, skipping tests."; \
          echo "Kernel too old, tests have been skipped." > $(log_test) ; \
+       elif grep -q "cpu model.*SiByte SB1" /proc/cpuinfo ; then \
+         echo "MIPS SB1 platform detected, skipping tests."; \
        elif [ $(call xx,RUN_TESTSUITE) != "yes" ]; then \
          echo "Testsuite disabled for $(curpass), skipping tests."; \
          echo "Tests have been disabled." > $(log_test) ; \


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

Reply via email to