|
Last change
on this file since 229 was 218, checked in by Ben Rietbroek, 8 years ago |
|
Added 'CRC_IGNORE=y' build option to fake vendor build [v1.1.3-testing]
This is mainly used to for making screen-shots for manual, so that
the proper release version is shown.
CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.2-manual.pdf
|
|
File size:
1.4 KB
|
| Rev | Line | |
|---|
| [183] | 1 | #
|
|---|
| 2 | # Simple Build Menu
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| [188] | 5 | I: Information
|
|---|
| [190] | 6 | make devinfo USE_GNU_MAKE=y
|
|---|
| [188] | 7 | -: -------------------------------------
|
|---|
| 8 | B: Build Anonymous Dev Version [EN]
|
|---|
| [184] | 9 | make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| [188] | 10 | V: Build Vendor Dev Version [EN]
|
|---|
| [184] | 11 | make dev DEV_BLD_LANG=en BLDLVL_VENDOR=${USER} BLDLVL_MACHINE=${HOSTNAME} USE_GNU_MAKE=y
|
|---|
| [188] | 12 | F: Build Fake Release Version [EN]
|
|---|
| [218] | 13 | make dev DEV_BLD_LANG=en RELEASE=y CRC_IGNORE=y USE_GNU_MAKE=y
|
|---|
| [188] | 14 | -: -------------------------------------
|
|---|
| 15 | L: Build Anonymous Dev Version [LANG]
|
|---|
| [183] | 16 | {
|
|---|
| 17 | 1: English
|
|---|
| [188] | 18 | make dev DEV_BLD_LANG=en BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 19 | 2: German (without FX)
|
|---|
| 20 | make dev DEV_BLD_LANG=de BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 21 | 3: Dutch (without FX)
|
|---|
| 22 | make dev DEV_BLD_LANG=nl BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 23 | 4: French (without FX)
|
|---|
| 24 | make dev DEV_BLD_LANG=fr BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 25 | 5: Italian (without FX)
|
|---|
| 26 | make dev DEV_BLD_LANG=it BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 27 | 6: Swedish (without FX)
|
|---|
| 28 | make dev DEV_BLD_LANG=sw BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| 29 | 7: Russian (without FX)
|
|---|
| 30 | make dev DEV_BLD_LANG=ru BLDLVL_VENDOR= BLDLVL_MACHINE= USE_GNU_MAKE=y CRC_IGNORE=y
|
|---|
| [183] | 31 | }
|
|---|
| [188] | 32 | -: -------------------------------------
|
|---|
| [183] | 33 | C: Clean
|
|---|
| 34 | make clean USE_GNU_MAKE=y
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.