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

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



Author: aurel32
Date: 2007-04-19 12:44:01 +0000 (Thu, 19 Apr 2007)
New Revision: 2096

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


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-19 12:42:07 UTC (rev 2095)
+++ glibc-package/trunk/debian/changelog	2007-04-19 12:44:01 UTC (rev 2096)
@@ -1,3 +1,10 @@
+glibc (2.5-4) UNRELEASED; urgency=low
+
+  * debian/rules.d/build.mk: fix the testsuite workaround on the MIPS SB1
+    platform.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 19 Apr 2007 14:43:12 +0200
+
 glibc (2.5-3) unstable; urgency=low
 
   [ Pierre Habouzit ]

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2007-04-19 12:42:07 UTC (rev 2095)
+++ glibc-package/trunk/debian/rules.d/build.mk	2007-04-19 12:44:01 UTC (rev 2096)
@@ -93,6 +93,7 @@
 	  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 [ $(call xx,RUN_TESTSUITE) != "yes" ]; then \
 	  echo "Testsuite disabled for $(curpass), skipping tests."; \
 	  echo "Tests have been disabled." > $(log_test) ; \



Reply to: