diff 3rdparty/packages/mm/makefile @ 960:ea69ed12af12

Added OS9FORMAT macros which inherently specify the disk format, so that Makefile.rules is the only place that needs changing if os9 format's options change
author boisy
date Sun, 26 Jan 2003 20:46:46 +0000
parents 703919904b7f
children f174634f2306
line wrap: on
line diff
--- a/3rdparty/packages/mm/makefile	Sun Jan 26 20:45:42 2003 +0000
+++ b/3rdparty/packages/mm/makefile	Sun Jan 26 20:46:46 2003 +0000
@@ -30,7 +30,7 @@
 dsk:	all
 	$(RM) $(DISK)
 	$(CD) $(LEVEL2); make
-	$(OS9FORMAT) $(DISK) -t40 -h2 -n"Microscopic Mission"
+	$(OS9FORMAT_DS40) $(DISK) -n"Microscopic Mission"
 	$(MERGE) $(OS9BOOT)>os9boot
 	$(MERGE) $(KERNEL)>kernel_1773
 	$(OS9GEN) $(DISK) os9boot kernel_1773