Changeset 199


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

Moved release definition from fc-menu to Makefile [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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r197 r199  
    2727
    2828
     29#
     30# Enable the macro below to do a RELEASE build.
     31# This will influence various definitions in "include/version.h" as well as
     32# definitions in "include/version.inc". Note that the '%' causes it to be set
     33# in the environment, so it also influences recursive make invocations.
     34#
     35#~ %RELEASE=y
    2936
    3037#                           DEFINITIONS AND STUFF
     
    196203        set CRC_IGNORE=n
    197204        set ABV=AirBoot-v1.1.2
    198         set PACKDIR=$(%ABV)-src-RELEASE
     205        set PACKDIR=$(%ABV)-src
    199206        set WTD=04-13-2017
    200207        set WTT=01:01:02
     
    208215        @if exist $(%ABV)*.zip del $(%ABV)*.zip 1>nul
    209216        @if exist $(%RDATE)-tmp.zip del $(%RDATE)-tmp.zip 1>nul
    210         @zip -q -r -x.git $(%RDATE)-tmp.zip .
     217        @zip -q -r $(%RDATE)-tmp.zip . -x .git -x .index.local
    211218        @md $(%PACKDIR)
    212219        @move $(%RDATE)-tmp.zip $(%PACKDIR) 1>nul
     
    236243        set RELEASE=y
    237244        set RELDIR=release
    238         set PACKDIR=AirBoot-v1.1.2-bin-RELEASE
     245        set PACKDIR=AirBoot-v1.1.2-bin
    239246        set RDATE=201704130101.02
    240247
  • trunk/fc.mnu

    r196 r199  
    99
    1010B:      Build
    11         wmake -h %RELEASE=y
     11        wmake -h
    1212
    1313P:      Package
  • trunk/fcl.mnu

    r195 r199  
    99
    1010B:      Build
    11         make build RELEASE=y USE_GNU_MAKE=y
     11        make build USE_GNU_MAKE=y
    1212
    1313P:      Package
Note: See TracChangeset for help on using the changeset viewer.