The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=05e6f6b650801a8f3fb4dd7e50856b8479631990
commit 05e6f6b650801a8f3fb4dd7e50856b8479631990 Author: Warner Losh <[email protected]> AuthorDate: 2021-06-08 23:56:15 +0000 Commit: Martin Matuska <[email protected]> CommitDate: 2021-06-22 09:01:06 +0000 libspl: fix NO_CLEAN build atomic.S moved to atomic.c, update the cleaup script to remove stale dependencies for this. Sponsored by: Netflix (cherry picked from commit dbbf7cb21ce3e40c9f96a24601fdc536b6e32aca) --- tools/build/depend-cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index 23bedee1ea26..ae393c2451f0 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -70,3 +70,6 @@ if [ -e "$OBJTOP"/lib/ncurses/ncursesw ]; then echo "Removing stale ncurses objects" rm -rf "$OBJTOP"/lib/ncurses "$OBJTOP"/obj-lib32/lib/ncurses fi + +# 20210608 f20893853e8e move from atomic.S to atomic.c +clean_dep cddl/lib/libspl atomic S _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
