Last change
on this file since 183 was 183, checked in by Ben Rietbroek, 8 years ago |
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 size:
715 bytes
|
Line | |
---|
1 | ###############################################################################
|
---|
2 | # GNUmakefile :: Builds the 'airboot.bin' 16-bits RAW Loader Image #
|
---|
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. #
|
---|
7 | ###############################################################################
|
---|
8 |
|
---|
9 | # Use the new GNU Make build-system if USE_GNU_MAKE is set to 'y'
|
---|
10 | ifeq ($(USE_GNU_MAKE),y)
|
---|
11 | include airboot.gmk
|
---|
12 | else
|
---|
13 | include ../include/makefrwd.mif
|
---|
14 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.