Ignore:
Timestamp:
Nov 7, 2017, 7:12:54 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Updated the simple build commands [v1.1.1-testing]

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.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.gmk

    r183 r187  
    1616
    1717# Inform the user on how to build AiR-BOOT
    18 default: info
     18default: build
    1919
    2020# Show information on how to use this Makefile
     
    2222        $(info )
    2323        $(info [$@])
    24         @echo "### Master AiR-BOOT Makefile ###"
    25         @echo "Use make build to build AiR-BOOT for all languages."
    26         @echo
    2724
    2825# Redirect to 'build' target
     
    3128# Build AiR-BOOT and its components
    3229build: dev
    33 #~      $(info )
    34 #~      $(info [$@])
    35 #~      $(call owc.env)
    36 #~      wmake -h
    3730
    3831# Cleanup the generated files
     
    4134        $(info [$@])
    4235        $(call owc.env)
    43         wmake -h clean
     36        wmake -h clean rmbin
    4437
    4538# Build AiR-BOOT development version
     
    4841        $(info [$@])
    4942        $(call owc.env)
    50         @echo "VV:$(__VENDOR_BUILD__)"
    5143        wmake -h dev DEV_BLD_LANG=$(DEV_BLD_LANG)
    5244
Note: See TracChangeset for help on using the changeset viewer.