[blfs] branch trunk updated: build: add --valid in addition to --postvalid

git Owner ([email protected] via blfs-book Mailing List) <[email protected]> Fri, 24 Jul 2026 16:45:51 +0000
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <178491155193.2417364.6503257555676164543@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 788cce1168 build: add --valid in addition to --postvalid
788cce1168 is described below

commit 788cce11680c073ea0ec5f462d0e4f24e3952fea
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Jul 24 11:44:27 2026 -0500

    build: add --valid in addition to --postvalid
    
    Make the same change to BLFS as was made to LFS. Adding --valid
    produces a meaningful message before the "does not validate" line.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3cd0b047ee..baa02ba04e 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ $(RENDERTMP)/$(BLFSFULL): general.ent packages.ent $(ALLXML) $(ALLXSL) version
 	@echo "Validating the book..."
 	$(Q)xmllint --nonet                             \
                --noent                             \
-               --postvalid                         \
+               --postvalid --valid                 \
                --output $(RENDERTMP)/$(BLFSFULL)   \
                $(RENDERTMP)/$(BLFSHTML2)
 

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

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page