From 9fe50047567379805cbc4e0478f814e681e614a8 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 6 Mar 2020 16:40:47 -0800 Subject: [PATCH] Build Test --- Source/CPM3/Makefile | 1 - Tools/unix/zx/zx.c | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/CPM3/Makefile b/Source/CPM3/Makefile index 941f4cd9..bfb4d5f3 100644 --- a/Source/CPM3/Makefile +++ b/Source/CPM3/Makefile @@ -28,7 +28,6 @@ clean:: biosclean @rm -f bios3.spr bnkbios3.spr zpmbios3.spr cpmldr.com gencpm.dat options.lib ldropts.lib biosclean: - printenv @rm -f $(BIOSOBJS) cpm3res: diff --git a/Tools/unix/zx/zx.c b/Tools/unix/zx/zx.c index 0ea315d0..c460a1b5 100644 --- a/Tools/unix/zx/zx.c +++ b/Tools/unix/zx/zx.c @@ -317,6 +317,10 @@ int main(int ac, char **av) fprintf(stderr, "Could not initialise CPMREDIR library\n"); zx_exit(1); } + + printf("BINDIR80='%s'\n", BINDIR80); + printf("LIBDIR80='%s'\n", LIBDIR80); + printf("INCDIR80='%s'\n", INCDIR80); xlt_map(0, BINDIR80); /* Establish the 3 fixed mappings */ xlt_map(1, LIBDIR80);