Changeset 60 for trunk/release
- Timestamp:
- Feb 18, 2016, 5:18:51 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/release/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/release/Makefile
r56 r60 5 5 # Include a Master Makefile with several cross-platform definitions and macros. 6 6 # This is used to compensate for the differences between the target platforms. 7 !include ../ INCLUDE/MAKEFILE.MIF7 !include ../include/makefile.mif 8 8 9 9 default: .SYMBOLIC … … 17 17 @echo @@ CLEANING RELEASE DIRECTORIES 18 18 @echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 19 @cd BOOTCODE19 @cd bootcode 20 20 @cd 21 @if exist *. BIN $(RM) *.BIN22 @if exist *. EXE $(RM) *.EXE23 @if exist *. ELF $(RM) *.ELF21 @if exist *.bin $(RM) *.bin 22 @if exist *.exe $(RM) *.exe 23 @if exist *.elf $(RM) *.elf 24 24 @cd .. 25 @cd DOS25 @cd dos 26 26 @cd 27 @if exist *. BIN $(RM) *.BIN28 @if exist *. EXE $(RM) *.EXE29 @if exist *. ELF $(RM) *.ELF27 @if exist *.bin $(RM) *.bin 28 @if exist *.exe $(RM) *.exe 29 @if exist *.elf $(RM) *.elf 30 30 @cd .. 31 @cd LINUX31 @cd linux 32 32 @cd 33 @if exist *. BIN $(RM) *.BIN34 @if exist *. EXE $(RM) *.EXE35 @if exist *. ELF $(RM) *.ELF33 @if exist *.bin $(RM) *.bin 34 @if exist *.exe $(RM) *.exe 35 @if exist *.elf $(RM) *.elf 36 36 @cd .. 37 @cd OS237 @cd os2 38 38 @cd 39 @if exist *. BIN $(RM) *.BIN40 @if exist *. EXE $(RM) *.EXE41 @if exist *. ELF $(RM) *.ELF39 @if exist *.bin $(RM) *.bin 40 @if exist *.exe $(RM) *.exe 41 @if exist *.elf $(RM) *.elf 42 42 @cd .. 43 @cd WINNT43 @cd winnt 44 44 @cd 45 @if exist *. BIN $(RM) *.BIN46 @if exist *. EXE $(RM) *.EXE47 @if exist *. ELF $(RM) *.ELF45 @if exist *.bin $(RM) *.bin 46 @if exist *.exe $(RM) *.exe 47 @if exist *.elf $(RM) *.elf 48 48 @cd ..
Note:
See TracChangeset
for help on using the changeset viewer.
