Changeset 220


Ignore:
Timestamp:
Nov 9, 2017, 11:25:50 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Fixed trashing of list-file when building on Linux [v1.1.3-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.2-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/Makefile

    r201 r220  
    503503# Command 'move' does not work across drives.
    504504# So we do a 'copy' then 'del' instead.
     505!ifndef __LINUX__
    505506        @if not exist $^&.lst $(CP) $(JWASM_LIST_FILE_LOC)$^&.lst .
    506507        @if exist $(JWASM_LIST_FILE_LOC)$^&.lst $(RM) $(JWASM_LIST_FILE_LOC)$^&.lst
     508!endif
    507509!endif
    508510!ifndef __MSDOS__
Note: See TracChangeset for help on using the changeset viewer.