Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/mm/makefile @ 2229:918c7c68ea4d
Made formats quiet
author | boisy |
---|---|
date | Sun, 22 Mar 2009 12:21:59 +0000 |
parents | d096a278e068 |
children | 05b648103e78 7f7274884574 |
comparison
equal
deleted
inserted
replaced
2228:77f41e861afc | 2229:918c7c68ea4d |
---|---|
41 dsk: all $(DSKS) | 41 dsk: all $(DSKS) |
42 | 42 |
43 $(DSK_FLOPPY): | 43 $(DSK_FLOPPY): |
44 $(RM) $@ | 44 $(RM) $@ |
45 $(CD) $(LEVEL2)/coco3; make | 45 $(CD) $(LEVEL2)/coco3; make |
46 $(OS9FORMAT_DS40) $@ -n"Microscopic Mission" | 46 $(OS9FORMAT_DS40) -q $@ -n"Microscopic Mission" |
47 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot | 47 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot |
48 $(MERGE) $(KERNEL_FLOPPY)>kernel | 48 $(MERGE) $(KERNEL_FLOPPY)>kernel |
49 $(OS9GEN) $@ -b=os9boot -t=kernel | 49 $(OS9GEN) $@ -b=os9boot -t=kernel |
50 $(RM) os9boot kernel | 50 $(RM) os9boot kernel |
51 $(MAKDIR) $@,CMDS | 51 $(MAKDIR) $@,CMDS |
58 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_EXEC) $@,$(file);) | 58 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_EXEC) $@,$(file);) |
59 | 59 |
60 $(DSK_DW3): | 60 $(DSK_DW3): |
61 $(RM) $@ | 61 $(RM) $@ |
62 $(CD) $(LEVEL2)/coco3; make | 62 $(CD) $(LEVEL2)/coco3; make |
63 $(OS9FORMAT_SS80) $@ -n"Microscopic Mission" | 63 $(OS9FORMAT_SS80) -q $@ -n"Microscopic Mission" |
64 $(MERGE) $(BOOTFILE_DW3)>os9boot | 64 $(MERGE) $(BOOTFILE_DW3)>os9boot |
65 $(MERGE) $(KERNEL_DW3)>kernel | 65 $(MERGE) $(KERNEL_DW3)>kernel |
66 $(OS9GEN) $@ -b=os9boot -t=kernel | 66 $(OS9GEN) $@ -b=os9boot -t=kernel |
67 $(RM) os9boot kernel | 67 $(RM) os9boot kernel |
68 $(MAKDIR) $@,CMDS | 68 $(MAKDIR) $@,CMDS |