From 948d9e807b545620afb27b7bda8d631d1e193a13 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 2 Aug 2023 01:12:11 -0700 Subject: [PATCH] minor wording change about make debug --- BUGS | 2 +- Makefile | 4 +++- Makefile.simple | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index 3ec66e9..365067b 100644 --- a/BUGS +++ b/BUGS @@ -88,7 +88,7 @@ Please include the following information in the new issue: * cd to the calc source directory, and send the contents of debug.out.txt produced by this command: - make debug > debug.out.txt 2>&1 + make debug PLEASE attach the debug.out.txt file to your GitHub issue (bug report)!! diff --git a/Makefile b/Makefile index bc2a269..6ed317a 100644 --- a/Makefile +++ b/Makefile @@ -5268,7 +5268,9 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report.' + @echo 'Please attch the debug.out file to the bug report:' + @echo + -@${LS} -l debug.out @echo ### diff --git a/Makefile.simple b/Makefile.simple index be8fb8b..137f92e 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -4555,7 +4555,9 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report.' + @echo 'Please attch the debug.out file to the bug report:' + @echo + -@${LS} -l debug.out @echo ###