comparison level2/coco3/makefile @ 3185:4d6cfe82ac3c

Add an underscore between each section of disk image names This makes reading the names much easier. Applies to all ports.
author Bill Pierce <merlinious999@gmail.com>
date Fri, 02 Jun 2017 08:58:17 +0200
parents 8418259a032d
children e17533e90076
comparison
equal deleted inserted replaced
3184:cbf1ad3c46b1 3185:4d6cfe82ac3c
1 include port.mak 1 include port.mak
2 2
3 DISTRO = $(CPU)L$(LEVEL) 3 DISTRO = $(CPU)_L$(LEVEL)
4 DISTRONAME = nos9$(CPU)l$(LEVEL) 4 DISTRONAME = NOS9_$(CPU)_L$(LEVEL)
5 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) 5 DISTROVER = $(DISTRONAME)_$(NITROS9VER)_$(PORT)
6 BOOTFILE_DW = bootfiles/bootfile_dw 6 BOOTFILE_DW = bootfiles/bootfile_dw
7 BOOTFILE_BECKER = bootfiles/bootfile_becker 7 BOOTFILE_BECKER = bootfiles/bootfile_becker
8 BOOTFILE_ARDUINO = bootfiles/bootfile_arduino 8 BOOTFILE_ARDUINO = bootfiles/bootfile_arduino
9 BOOTFILE_COCOSDC = bootfiles/bootfile_cocosdc 9 BOOTFILE_COCOSDC = bootfiles/bootfile_cocosdc
10 BOOTFILE_DW_HEADLESS = bootfiles/bootfile_dw_headless 10 BOOTFILE_DW_HEADLESS = bootfiles/bootfile_dw_headless