[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2893 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2008-03-28 21:39:10 +0000 (Fri, 28 Mar 2008)
New Revision: 2893

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-03-27 22:09:17 UTC (rev 2892)
+++ glibc-package/trunk/debian/changelog	2008-03-28 21:39:10 UTC (rev 2893)
@@ -1,3 +1,9 @@
+glibc (2.7-11) unstable; urgency=low
+
+  * Reenable testsuite on MIPS SB1 platforms.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 28 Mar 2008 22:38:32 +0100
+
 glibc (2.7-10) unstable; urgency=low
 
   * Update Chinese debconf translation, by LI Daobing.

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2008-03-27 22:09:17 UTC (rev 2892)
+++ glibc-package/trunk/debian/rules.d/build.mk	2008-03-28 21:39:10 UTC (rev 2893)
@@ -106,9 +106,6 @@
 	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."; \
-	  echo "MIPS SB1 platform detected, skipping tests." > $(log_test) ; \
 	elif uname -m | grep -q "^arm" && uname -r | grep -q "2\.6\.2[1-4]" ; then \
 	  echo "ARM machine running a 2.6.21-24 kernel detected, tests have been skipped."; \
 	  echo "ARM machine running a 2.6.21-24 kernel detected, tests have been skipped." > $(log_test) ; \


Reply to: