Mercurial > hg > Members > kono > nitros9-code
diff level1/makefile.dalpha @ 1802:124703b3d9ef
Makefile udpates by Phill
author | boisy |
---|---|
date | Wed, 13 Apr 2005 20:30:30 +0000 |
parents | fd288a57f6ab |
children | 90a008bdcc8e |
line wrap: on
line diff
--- a/level1/makefile.dalpha Wed Apr 13 17:24:12 2005 +0000 +++ b/level1/makefile.dalpha Wed Apr 13 20:30:30 2005 +0000 @@ -6,8 +6,8 @@ BOOTFILE = bootfiles/bootfile_dalpha_$(TERMWIDTH) BOOTFILE_DS80 = bootfiles/bootfile_dalpha_$(TERMWIDTH) KERNELFILE = bootfiles/kernel_dalpha -DIRS = cmds modules defs sys bootfiles -DDIRS = modules bootfiles +DIRS = cmds modules sys bootfiles +DDIRS = modules bootfiles defs # Specify which shell should be used #WHICHSHELL = shellplus @@ -24,7 +24,7 @@ MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode SYS = $(shell $(CD) sys; make showobjs) -DEFS = $(shell $(CD) defs; make showobjs) +DEFS = $(shell $(CD) defs; make -f makefile.dragon showobjs) ROOTFILES = STARTUP = startup.dalpha