Changeset 195


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

Put showing the release history in the build-menu [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:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BUILD.NFO

    r190 r195  
    3030-----------------------
    3131Builds the whole shebang.
    32 Stuff is put in the 'release' directoy.
     32Stuff is put in the 'release' directory.
    3333
    3434
     
    5252
    5353
    54 Ben Rietbroek,
     54Ben Rietbroek <rousseau.os2dev@gmx.com>,
     55
    5556  AiR-BOOT maintainer.
  • trunk/Makefile

    r189 r195  
    153153
    154154# -----------------------------------------------------------------------------
    155 # SHOW LICENSE
     155# SHOW DISTRIBUTION LICENSE
    156156# -----------------------------------------------------------------------------
    157157license: .SYMBOLIC
     
    163163        @cls
    164164        @type COPYING | more
     165        @echo.
     166        @pause
     167!endif
     168
     169
     170
     171# -----------------------------------------------------------------------------
     172# SHOW RELEASE HISTORY
     173# -----------------------------------------------------------------------------
     174history: .SYMBOLIC
     175!ifdef  __LINUX__
     176        @clear
     177        @less air-boot.his
     178        @echo
     179!else
     180        @cls
     181        @type air-boot.his | more
    165182        @echo.
    166183        @pause
  • trunk/air-boot.gmk

    r189 r195  
    6464        @echo
    6565
     66# Show release history
     67history:
     68        $(info )
     69        $(info [$@])
     70        @less air-boot.his
     71        @echo
     72
    6673#
    6774# Open Watcom Environment
  • trunk/fc.mnu

    r189 r195  
    66        wmake -h info
    77
    8 -:      -------------
     8-:      -------------------------
    99
    1010B:      Build
     
    1717        wmake -h clean
    1818
    19 -:      -------------
     19-:      -------------------------
    2020
    21 L:      Show License
     21H:      Show Release History
     22        wmake -h history
     23
     24L:      Show Distribution License
    2225        wmake -h license
  • trunk/fcl.mnu

    r189 r195  
    66        make info USE_GNU_MAKE=y
    77
    8 -:      -------------
     8-:      -------------------------
    99
    1010B:      Build
     
    1717        make clean USE_GNU_MAKE=y
    1818
    19 -:      -------------
     19-:      -------------------------
     20
     21H:      Show Release History
     22        make history USE_GNU_MAKE=y
     23
     24L:      Show Distribution License
     25        make license USE_GNU_MAKE=y
     26
     27-:      -------------------------
    2028
    2129S:      Git Status
    2230        git status
    23 
    24 L:      Show License
    25         make license USE_GNU_MAKE=y
Note: See TracChangeset for help on using the changeset viewer.