Mercurial > hg > Members > kono > nitros9-code
comparison level3/coco3/makefile @ 3251:4393a2b5b9a0
Revert introduction of underscore in DISTRO folders on disks.
These were inadvertently changed when we improved the disk image
file names.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 07 Apr 2018 19:28:53 +0200 |
parents | 4d6cfe82ac3c |
children | 024ad1d926fd |
comparison
equal
deleted
inserted
replaced
3250:13737f3608e6 | 3251:4393a2b5b9a0 |
---|---|
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_40D = bootfiles/bootfile_40d | 7 BOOTFILE_40D = bootfiles/bootfile_40d |
8 BOOTFILE_80D = bootfiles/bootfile_80d | 8 BOOTFILE_80D = bootfiles/bootfile_80d |