[haiku-commits] r40218 - in haiku/trunk/src/system/boot: . platform/routerboard_mipsel

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 12 Jan 2011 18:24:32 +0100 (CET)

Author: phoudoin
Date: 2011-01-12 18:24:32 +0100 (Wed, 12 Jan 2011)
New Revision: 40218
Changeset: http://dev.haiku-os.org/changeset/40218

Modified:
   haiku/trunk/src/system/boot/Jamfile
   haiku/trunk/src/system/boot/platform/routerboard_mipsel/Jamfile
Log:
Removed last video_rle.cpp reference and made boot_zlib.a requirment more 
factual.
Thanks Fran?\195?\131?\194?\167ois for cleaning up after me.


Modified: haiku/trunk/src/system/boot/Jamfile
===================================================================
--- haiku/trunk/src/system/boot/Jamfile 2011-01-12 17:16:05 UTC (rev 40217)
+++ haiku/trunk/src/system/boot/Jamfile 2011-01-12 17:24:32 UTC (rev 40218)
@@ -44,7 +44,7 @@
        boot_tarfs.a
        boot_fatfs.a
 
-       # needed by tarfs
+       # needed by tarfs and video_splash.cpp
        boot_zlib.a
 
        # libroot functions needed by the stage2 boot loader (compiled for the

Modified: haiku/trunk/src/system/boot/platform/routerboard_mipsel/Jamfile
===================================================================
--- haiku/trunk/src/system/boot/platform/routerboard_mipsel/Jamfile     
2011-01-12 17:16:05 UTC (rev 40217)
+++ haiku/trunk/src/system/boot/platform/routerboard_mipsel/Jamfile     
2011-01-12 17:24:32 UTC (rev 40218)
@@ -21,7 +21,6 @@
        text_menu.cpp
 #      video_blit.cpp
 #      video_splash.cpp
-#      video_rle.cpp
 ;
 
 KernelMergeObject boot_platform_routerboard_mipsel.o :


Other related posts:

  • » [haiku-commits] r40218 - in haiku/trunk/src/system/boot: . platform/routerboard_mipsel - philippe . houdoin