]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blobdiff - cbios/Makefile
change message buffer initialization. cleanup
[z180-stamp-cpm3.git] / cbios / Makefile
index 9ea368816c8beeb3c6bbe33941fe9f327a1f3449..7090dee9a07622bf4ce21b7ff74ce13a8999ad63 100644 (file)
@@ -1,7 +1,7 @@
 
 
 SRC := bioskrnl.180 boot.180 chario.180 drvtbl.180
 
 
 SRC := bioskrnl.180 boot.180 chario.180 drvtbl.180
-SRC += move.180 misc.180 time.180 mm.180
+SRC += move.180 time.180 mm.180 misc.180 utils.180
 SRC += msgbuf.180 conbuf.180 ascip.180 sdio.180
 SRC += scb.180
 
 SRC += msgbuf.180 conbuf.180 ascip.180 sdio.180
 SRC += scb.180
 
@@ -80,7 +80,7 @@ define cpm-bioslink =
   $${COMMAND} > $${OUTPUT} || exit 1;\
   ERROR=0;\
   grep -Ev '^[@?$$._ 0-9A-Z]{7}  [0-9A-F]{4}' $${OUTPUT};\
   $${COMMAND} > $${OUTPUT} || exit 1;\
   ERROR=0;\
   grep -Ev '^[@?$$._ 0-9A-Z]{7}  [0-9A-F]{4}' $${OUTPUT};\
-  grep -q ':' $${OUTPUT} && ERROR=2; \
+  grep -Eq ':|UNRECOGNIZED' $${OUTPUT} && ERROR=2; \
   [ "$${ERROR}" != "0" ] && rm -f $@; \
   exit $${ERROR}
 endef
   [ "$${ERROR}" != "0" ] && rm -f $@; \
   exit $${ERROR}
 endef