[haiku-commits] haiku: hrev52411 - src/system/boot

  • From: kallisti5@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 18 Oct 2018 11:54:16 -0400 (EDT)

hrev52411 adds 1 changeset to branch 'master'
old head: dd45d433ed25e53852ca76f07b467f59c8441219
new head: 49223f54a7ad1dd5f3ea84a2b46b827cb6acfbb6
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=49223f54a7ad+%5Edd45d433ed25

----------------------------------------------------------------------------

49223f54a7ad: system/boot: Tab cleanup, sorry for spam
  
  Change-Id: If486b772f5d0d1f22ba7cf08363e9a16434b3912

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev52411
Commit:      49223f54a7ad1dd5f3ea84a2b46b827cb6acfbb6
URL:         https://git.haiku-os.org/haiku/commit/?id=49223f54a7ad
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Thu Oct 18 15:53:55 2018 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 4 deletions(-)
src/system/boot/Jamfile | 7 +++----

----------------------------------------------------------------------------

diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile
index 0cf022f27c..c7ecc5ea85 100644
--- a/src/system/boot/Jamfile
+++ b/src/system/boot/Jamfile
@@ -200,18 +200,17 @@ for platform in [ MultiBootSubDirSetup ] {
                        : $(ldflags)
                ;
 
-
                switch $(TARGET_BOOT_PLATFORM) {
                        case efi :
                                BuildEFILoader 
haiku_loader.$(TARGET_BOOT_PLATFORM) : boot_loader_$(TARGET_BOOT_PLATFORM) ;
 
-                   case bios_ia32 :
+                       case bios_ia32 :
                                BuildBiosLoader 
haiku_loader.$(TARGET_BOOT_PLATFORM) : boot_loader_$(TARGET_BOOT_PLATFORM) ;
 
                        case pxe_ia32 :
                                BuildBiosLoader 
haiku_loader.$(TARGET_BOOT_PLATFORM) : boot_loader_$(TARGET_BOOT_PLATFORM) ;
 
-                   case openfirmware :
+                       case openfirmware :
                                BuildCoffLoader 
haiku_loader.$(TARGET_BOOT_PLATFORM) : boot_loader_$(TARGET_BOOT_PLATFORM) ;
 
                        case u-boot :
@@ -222,7 +221,7 @@ for platform in [ MultiBootSubDirSetup ] {
                                        -a $(HAIKU_BOOT_LOADER_BASE) -e 
$(loader_entry)
                                        -n 'Haiku $(TARGET_KERNEL_ARCH) loader' 
;
                                BuildUImage 
haiku-floppyboot.tgz.$(TARGET_BOOT_PLATFORM) : haiku-floppyboot.tgz :
-                                   -A $(TARGET_ARCH) -O linux -T ramdisk -C 
none
+                                       -A $(TARGET_ARCH) -O linux -T ramdisk 
-C none
                                        -n 'Haiku $(TARGET_KERNEL_ARCH) 
floppyboot' ;
                                BuildUImageScript boot.scr : 
$(HAIKU_MMC_UBOOT_SCRIPT) ;
 


Other related posts:

  • » [haiku-commits] haiku: hrev52411 - src/system/boot - kallisti5