Changeset 181


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

Also remove 'Makefile.bu'when doing a master clean [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

    r68 r181  
    159159        @SET ACTION=CLEAN
    160160        @for %%i in ($(COMPONENTS)) do @$(MAKE) -h %%i
     161        @if exist Makefile.bu $(RM) Makefile.bu
    161162        @echo.
    162163        @echo Done.
Note: See TracChangeset for help on using the changeset viewer.