Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2021 00:06:12 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dbbf7cb21ce3 - main - libspl: fix NO_CLEAN build
Message-ID:  <202106090006.15906C99058337@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106090006.15906C99058337>