[jhalfs] branch trunk updated: Remove the prompt to send the SBU report to the list

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Sun, 18 Jan 2026 15:10:27 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <176874902758.10076.1531676546535447478@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1768749033-9044-55917
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new f709f56  Remove the prompt to send the SBU report to the list
f709f56 is described below

commit f709f5611b1c26e7c9e8a321fb335f300959e02c
Author: Pierre Labastie <[email protected]>
AuthorDate: Sun Jan 18 16:08:41 2026 +0100

    Remove the prompt to send the SBU report to the list
    
    Reports are only usable if binutils is built at -j1, other packages
    at -j4, and all tests are run in chapter 8. Since it is complicated
    to have the prompt only in this case, let's remove it completely.
---
 common/makefile-functions | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/common/makefile-functions b/common/makefile-functions
index 8f5243d..4e4b4c6 100644
--- a/common/makefile-functions
+++ b/common/makefile-functions
@@ -181,11 +181,6 @@ define echo_report
   echo ; \
   echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created ; \
   echo ; \
-  echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \
-  echo file to $(BOLD)[email protected]$(WHITE) ; \
-  echo ; \
-  echo That will help us to keep more accurate SBU and ; \
-  echo disk usage values into the book. Thanks. ; \
   echo $(BOLD)--------------------------------------------------------------------------------$(WHITE)
 endef
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1768749033-9044-55917
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1768749033-9044-55917--