git: dbbf7cb21ce3 - main - libspl: fix NO_CLEAN build

Warner Losh imp at FreeBSD.org
Wed Jun 9 00:06:13 UTC 2021


The branch main has been updated by imp:

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

commit dbbf7cb21ce3e40c9f96a24601fdc536b6e32aca
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-08 23:56:15 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-06-08 23:56:15 +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
---
 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


More information about the dev-commits-src-all mailing list