close Warning: Can't synchronize with repository "(default)" (GIT backend not available). Look in the Trac log for more information.

Changes between Version 20 and Version 21 of bootloaders/syslinux


Ignore:
Timestamp:
May 12, 2017, 10:32:18 AM (7 years ago)
Author:
M.N. Akhiezer
Comment:

Fixed bad choice of variable name: BITS_GRUB -> EFI_IA_NBITS .

Legend:

Unmodified
Added
Removed
Modified
  • bootloaders/syslinux

    v20 v21  
    2828
    2929==== IA32/64: ====
    30 BITS_GRUB=64    # 32 or 64 .
     30EFI_IA_NBITS=64    # 32 or 64 .
    3131
    32 make PREFIX=cross-tools efi${BITS_GRUB} &&[[BR]]
    33 make PREFIX=cross-tools efi${BITS_GRUB} install[[BR]]
     32make PREFIX=cross-tools efi${EFI_IA_NBITS} &&[[BR]]
     33make PREFIX=cross-tools efi${EFI_IA_NBITS} install[[BR]]
    3434
    3535=== Build Syslinux ===
     
    8080
    8181==== IA32/64: ====
    82 BITS_GRUB=64    # 32 or 64 .
     82EFI_IA_NBITS=64    # 32 or 64 .
    8383
    84 make PREFIX=usr efi${BITS_GRUB} &&[[BR]]
    85 make PREFIX=usr efi${BITS_GRUB} install[[BR]]
     84make PREFIX=usr efi${EFI_IA_NBITS} &&[[BR]]
     85make PREFIX=usr efi${EFI_IA_NBITS} install[[BR]]
    8686
    8787=== Build Syslinux ===