Mercurial > hg > Members > kono > nitros9-code
diff 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 |
line wrap: on
line diff
--- a/level2/coco3/makefile Thu Jun 01 23:28:44 2017 +0200 +++ b/level2/coco3/makefile Fri Jun 02 08:58:17 2017 +0200 @@ -1,8 +1,8 @@ include port.mak -DISTRO = $(CPU)L$(LEVEL) -DISTRONAME = nos9$(CPU)l$(LEVEL) -DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) +DISTRO = $(CPU)_L$(LEVEL) +DISTRONAME = NOS9_$(CPU)_L$(LEVEL) +DISTROVER = $(DISTRONAME)_$(NITROS9VER)_$(PORT) BOOTFILE_DW = bootfiles/bootfile_dw BOOTFILE_BECKER = bootfiles/bootfile_becker BOOTFILE_ARDUINO = bootfiles/bootfile_arduino