Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2021 09:02:27 GMT
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 05e6f6b65080 - stable/13 - libspl: fix NO_CLEAN build
Message-ID:  <202106220902.15M92RU7057854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mm:

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

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



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