Changeset 195 for trunk/Makefile


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.