From 87f2a21cb5fed19716d8557ea06caf6a756d984f Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 11 Sep 2018 07:38:50 +0200 Subject: [PATCH] Gague free disk blocks before and after loading source files. --- build/basics.tcl | 3 +++ build/mark.tcl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/basics.tcl b/build/basics.tcl index 276bcf26..3c0c6a1a 100644 --- a/build/basics.tcl +++ b/build/basics.tcl @@ -12,6 +12,9 @@ respond "*" ":rename .;@ nits, .;@ its\r" # Free up some disk space on the pack holding most source code. gfr_second +# Gague free disk blocks. +respond "*" ":listf sys\r" + respond "*" ":print sys1;..new. (udir)\r" type ":vk\r" respond "*" ":print sys2;..new. (udir)\r" diff --git a/build/mark.tcl b/build/mark.tcl index 94cf8ac1..72420f7a 100644 --- a/build/mark.tcl +++ b/build/mark.tcl @@ -28,6 +28,9 @@ expect -timeout 3000 "E-O-T" respond "_" "quit\r" expect ":KILL" +# Gague free disk blocks. +respond "*" ":listf sys\r" + respond "*" ":print sysbin;..new. (udir)\r" type ":vk\r" respond "*" ":midas sysbin;_midas;midas\r"