Skip to content

Commit

Permalink
Makefile.inc1: Fix list-old-libs by deleting stray pipe
Browse files Browse the repository at this point in the history
Reported by:	Yuri <[email protected]>
Fixes:		264594e ("Makefile.inc1: Automatically generate _LIBCOMPATS and list-old-* libcompats")
  • Loading branch information
jrtc27 committed Jul 27, 2023
1 parent cbcab90 commit 9f81119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f81119

Please sign in to comment.