From 619e39a5dd0ff4b3488e4e99584f30ad5532a427 Mon Sep 17 00:00:00 2001 From: dvanhorn Date: Tue, 28 Oct 2025 20:57:40 +0000 Subject: [PATCH] crook --- extort-plus/build-runtime.rkt | 2 +- fraud-plus/build-runtime.rkt | 2 +- hoax-plus/build-runtime.rkt | 2 +- iniquity-plus/build-runtime.rkt | 2 +- knock-plus/build-runtime.rkt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extort-plus/build-runtime.rkt b/extort-plus/build-runtime.rkt index 7278350..6699852 100644 --- a/extort-plus/build-runtime.rkt +++ b/extort-plus/build-runtime.rkt @@ -6,7 +6,7 @@ (unless (system (string-append "make -C '" (path->string (normalize-path here)) - "' -s runtime.o")) + "' --no-print-directory -s runtime.o")) (error 'build-runtime "could not build runtime")) (define runtime-path diff --git a/fraud-plus/build-runtime.rkt b/fraud-plus/build-runtime.rkt index 7278350..6699852 100644 --- a/fraud-plus/build-runtime.rkt +++ b/fraud-plus/build-runtime.rkt @@ -6,7 +6,7 @@ (unless (system (string-append "make -C '" (path->string (normalize-path here)) - "' -s runtime.o")) + "' --no-print-directory -s runtime.o")) (error 'build-runtime "could not build runtime")) (define runtime-path diff --git a/hoax-plus/build-runtime.rkt b/hoax-plus/build-runtime.rkt index 7278350..6699852 100644 --- a/hoax-plus/build-runtime.rkt +++ b/hoax-plus/build-runtime.rkt @@ -6,7 +6,7 @@ (unless (system (string-append "make -C '" (path->string (normalize-path here)) - "' -s runtime.o")) + "' --no-print-directory -s runtime.o")) (error 'build-runtime "could not build runtime")) (define runtime-path diff --git a/iniquity-plus/build-runtime.rkt b/iniquity-plus/build-runtime.rkt index 7278350..6699852 100644 --- a/iniquity-plus/build-runtime.rkt +++ b/iniquity-plus/build-runtime.rkt @@ -6,7 +6,7 @@ (unless (system (string-append "make -C '" (path->string (normalize-path here)) - "' -s runtime.o")) + "' --no-print-directory -s runtime.o")) (error 'build-runtime "could not build runtime")) (define runtime-path diff --git a/knock-plus/build-runtime.rkt b/knock-plus/build-runtime.rkt index 7278350..6699852 100644 --- a/knock-plus/build-runtime.rkt +++ b/knock-plus/build-runtime.rkt @@ -6,7 +6,7 @@ (unless (system (string-append "make -C '" (path->string (normalize-path here)) - "' -s runtime.o")) + "' --no-print-directory -s runtime.o")) (error 'build-runtime "could not build runtime")) (define runtime-path