Changeset 220
- Timestamp:
- Nov 9, 2017, 11:25:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/Makefile
r201 r220 503 503 # Command 'move' does not work across drives. 504 504 # So we do a 'copy' then 'del' instead. 505 !ifndef __LINUX__ 505 506 @if not exist $^&.lst $(CP) $(JWASM_LIST_FILE_LOC)$^&.lst . 506 507 @if exist $(JWASM_LIST_FILE_LOC)$^&.lst $(RM) $(JWASM_LIST_FILE_LOC)$^&.lst 508 !endif 507 509 !endif 508 510 !ifndef __MSDOS__
Note:
See TracChangeset
for help on using the changeset viewer.