Changeset 180
- Timestamp:
- Nov 7, 2017, 7:12:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/Makefile
r160 r180 305 305 # by the $(BLD_LANGUAGES) target. 306 306 !ifdef __LINUX__ 307 @ echo -e "include text/$(%BLD_LANG)/mbr.asm\r"> text$(DS)txtmbr.asm308 @ echo -e "include text/$(%BLD_LANG)/menus.asm\r"> text$(DS)txtmenus.asm309 @ echo -e "include text/$(%BLD_LANG)/other.asm\r"> text$(DS)txtother.asm307 @bash -c 'echo -e "include text/$(%BLD_LANG)/mbr.asm\r"> text$(DS)txtmbr.asm' 308 @bash -c 'echo -e "include text/$(%BLD_LANG)/menus.asm\r"> text$(DS)txtmenus.asm' 309 @bash -c 'echo -e "include text/$(%BLD_LANG)/other.asm\r"> text$(DS)txtother.asm' 310 310 !else 311 311 @echo include text/$(%BLD_LANG)/mbr.asm> text$(DS)txtmbr.asm
Note:
See TracChangeset
for help on using the changeset viewer.