comparison level1/atari/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 e85fdf0e52ae
children
comparison
equal deleted inserted replaced
3250:13737f3608e6 3251:4393a2b5b9a0
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 BOOTFILE = bootfiles/bootfile 10 BOOTFILE = bootfiles/bootfile
11 DIRS = cmds modules defs sys bootfiles wwwroot 11 DIRS = cmds modules defs sys bootfiles wwwroot
12 12