Changeset 183 for trunk/GNUmakefile


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

Minor changes to GNU Make front-end (maintainer only) [v1.1.1-testing]

In time, WMake will be replaced by GNU Make.
This transition will take place 'behind the scenes' and put into effect
when it is completed. This commit only affects building on Linux using
the FCL menus.

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/GNUmakefile

    r63 r183  
    11###############################################################################
    2 # GNUmakefile :: This Makefile works as a front-end to other Make Utilities.  #
     2# GNUmakefile :: Builds complete AiR-BOOT -- all platforms and languages      #
     3# --------------------------------------------------------------------------- #
     4# We are in the process of replacing Watcom Make with GNU Make.               #
     5# This transition will first start at the local developer site. When it is    #
     6# completed the switch to GNU Make will be propagated.                        #
    37###############################################################################
    48
    5 #
    6 # Include the forwarder.
    7 #
     9# Use the new GNU Make build-system if USE_GNU_MAKE is set to 'y'
     10ifeq ($(USE_GNU_MAKE),y)
     11include air-boot.gmk
     12else
    813include include/makefrwd.mif
     14endif
Note: See TracChangeset for help on using the changeset viewer.