|
From: <sv...@va...> - 2005-09-27 20:05:47
|
Author: njn
Date: 2005-09-27 21:05:45 +0100 (Tue, 27 Sep 2005)
New Revision: 4793
Log:
Make compilation of ASPACEM fail so people don't use it by mistake.
Modified:
branches/ASPACEM/coregrind/m_main.c
Modified: branches/ASPACEM/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/ASPACEM/coregrind/m_main.c 2005-09-27 19:57:35 UTC (rev 4792=
)
+++ branches/ASPACEM/coregrind/m_main.c 2005-09-27 20:05:45 UTC (rev 4793=
)
@@ -1892,6 +1892,9 @@
struct vki_rlimit zero =3D { 0, 0 };
struct exeinfo info;
=20
+ #error Do not use the ASPACEM branch any more! It has been
+ #error folded back into the trunk.
+
//=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
//
// Nb: startup is complex. Prerequisites are shown at every step.
|
|
From: Oswald B. <os...@kd...> - 2005-09-27 21:36:53
|
On Tue, Sep 27, 2005 at 09:05:45PM +0100, sv...@va... wrote: > Make compilation of ASPACEM fail so people don't use it by mistake. > why not simply delete the files? ;) -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |
|
From: Nicholas N. <nj...@cs...> - 2005-09-27 21:40:06
|
On Tue, 27 Sep 2005, Oswald Buddenhagen wrote: >> Make compilation of ASPACEM fail so people don't use it by mistake. > > why not simply delete the files? ;) Because someone might want to resurrect it later. Yes, after deletion it could be retrieved from SVN, but one is less likely to think of it in that case. Nick |