Mercurial > hg > Members > kono > nitros9-code
comparison level1/mc09/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 | 815cc5a9d9d3 |
children | 4393a2b5b9a0 |
comparison
equal
deleted
inserted
replaced
3184:cbf1ad3c46b1 | 3185:4d6cfe82ac3c |
---|---|
2 | 2 |
3 # Level 1 - Specify which shell should be used | 3 # Level 1 - Specify which shell should be used |
4 #WHICHSHELL = shellplus | 4 #WHICHSHELL = shellplus |
5 WHICHSHELL = shell_21 | 5 WHICHSHELL = shell_21 |
6 | 6 |
7 DISTRO = $(CPU)L$(LEVEL) | 7 DISTRO = $(CPU)_L$(LEVEL) |
8 DISTRONAME = nos9$(CPU)l$(LEVEL) | 8 DISTRONAME = NOS9_$(CPU)_L$(LEVEL) |
9 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) | 9 DISTROVER = $(DISTRONAME)_$(NITROS9VER)_$(PORT) |
10 # The BOOTFILE is for 80D (720K) virtual drive on SD, 50Hz timer interrupt | 10 # The BOOTFILE is for 80D (720K) virtual drive on SD, 50Hz timer interrupt |
11 BOOTFILE_MC09SD = bootfiles/bootfile_mc09sd | 11 BOOTFILE_MC09SD = bootfiles/bootfile_mc09sd |
12 KERNELFILE = bootfiles/kernel_mc09sd | 12 KERNELFILE = bootfiles/kernel_mc09sd |
13 DIRS = cmds modules defs sys bootfiles wwwroot | 13 DIRS = cmds modules defs sys bootfiles wwwroot |
14 | 14 |
30 DEFS = $(shell $(CD) defs; make --no-print-directory showobjs) | 30 DEFS = $(shell $(CD) defs; make --no-print-directory showobjs) |
31 STARTUP = startup | 31 STARTUP = startup |
32 STARTUP_DW = startup.dw | 32 STARTUP_DW = startup.dw |
33 | 33 |
34 DSK720K = $(DISTROVER)_80d.dsk | 34 DSK720K = $(DISTROVER)_80d.dsk |
35 LDSK720K = $(DISTRONAME)$(PORT)_80d.dsk | 35 LDSK720K = $(DISTRONAME)_$(PORT)_80d.dsk |
36 | 36 |
37 DSKS = $(DSK720K) | 37 DSKS = $(DSK720K) |
38 LDSKS = $(LDSK720K) | 38 LDSKS = $(LDSK720K) |
39 | 39 |
40 # Make all components | 40 # Make all components |