The branch main has been updated by jrtc27:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9f81119276db285cfc8dc1f1e044800997ef0b94

commit 9f81119276db285cfc8dc1f1e044800997ef0b94
Author:     Jessica Clarke <jrt...@freebsd.org>
AuthorDate: 2023-07-27 23:14:19 +0000
Commit:     Jessica Clarke <jrt...@freebsd.org>
CommitDate: 2023-07-27 23:14:19 +0000

    Makefile.inc1: Fix list-old-libs by deleting stray pipe
    
    Reported by:    Yuri <y...@aetern.org>
    Fixes:          264594efbe69 ("Makefile.inc1: Automatically generate 
_LIBCOMPATS and list-old-* libcompats")
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index af7d5b8ad0c5..2e965b603d78 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3368,7 +3368,7 @@ list-old-libs: .PHONY
        ${MAKE} -f ${.CURDIR}/Makefile.inc1 ${.MAKEFLAGS} ${.TARGET} \
            -V "OLD_LIBS:ts\n" -V "MOVED_LIBS:ts\n" \
            ${_ALL_libcompats:@v@-V "OLD_LIBS:Mlib/*:S,^lib,usr/lib$v,:ts\n"@} \
-           ${_ALL_libcompats:@v@-V 
"OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} | \
+           ${_ALL_libcompats:@v@-V 
"OLD_LIBS:Musr/lib/*:S,^usr/lib,usr/lib$v,:ts\n"@} \
            ${_ALL_libcompats:@v@-V 
"OLD_LIBS:Mlib/casper/*:S,^lib/casper,usr/lib$v,:ts\n"@} | \
        sort
 

Reply via email to