|
From: <sv...@va...> - 2009-06-24 03:45:38
|
Author: njn
Date: 2009-06-24 04:45:31 +0100 (Wed, 24 Jun 2009)
New Revision: 10365
Log:
Prevent people using this branch any more.
Modified:
branches/BUILD_TWEAKS/coregrind/m_main.c
Modified: branches/BUILD_TWEAKS/coregrind/m_main.c
===================================================================
--- branches/BUILD_TWEAKS/coregrind/m_main.c 2009-06-24 00:37:09 UTC (rev 10364)
+++ branches/BUILD_TWEAKS/coregrind/m_main.c 2009-06-24 03:45:31 UTC (rev 10365)
@@ -1194,6 +1194,10 @@
VG_(debugLog)(1, "main", "Welcome to Valgrind version "
VERSION " debug logging\n");
+ VG_(debugLog)(0, "main",
+ "The BUILD_TWEAKS branch has been merged. Please don't use it.\n");
+ VG_(exit)(1);
+
//--------------------------------------------------------------
// AIX5 only: register the system call numbers
// p: logging
|