X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/f80331a6bfce46c699f87ed2ab5d510c9325b5a3..04d6fc24a26ac00992b73417c3367414c34df70d:/cbios/Makefile diff --git a/cbios/Makefile b/cbios/Makefile index 9ea3688..e24e41f 100644 --- a/cbios/Makefile +++ b/cbios/Makefile @@ -1,7 +1,7 @@ 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 @@ -28,7 +28,7 @@ LN_QUIET = 1 #LNKCMD = LN_VERB = /V LN_PROG = 0 -LN_DATA = C000 +LN_DATA = F000 .suffixes: @@ -80,7 +80,7 @@ define cpm-bioslink = $${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