[openbeos] Re: Radeon problems

  • From: Jérôme DUVAL <korli@xxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Wed, 26 Apr 2006 12:45:43 +0200

Axel Dörfler a écrit :

Jérôme DUVAL <korli@xxxxxxxx> wrote:


We could force the recreation of the archive (changing ar options used and activating NOARUPDATE)



Thanks for the explanation. While I don't think it's necessary to fix it for this type of changes (although it would certainly be nice), I have often similar issues without having renamed a file first.


I agree. Though this change could fix them altogether because it would simplify the underlying actions used by Jam.
Feel free to test this change (which overrides defaults) :


Index: build/jam/BuildSetup
===================================================================
--- build/jam/BuildSetup        (revision 17231)
+++ build/jam/BuildSetup        (working copy)
@@ -35,7 +35,13 @@
       include libgccObjects ;
}

+HAIKU_ARFLAGS = "cru" ;

+actions together piecemeal Archive
+{
+       $(AR) $(<) $(>)
+}
+
# supported debug levels
HAIKU_DEBUG_LEVELS = 0 1 2 3 4 5 ;

Bye,
Jérôme


Other related posts: