Date: Sun, 14 Apr 2024 17:21:41 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: eac87a7a7e26 - main - ObsoleteFiles.inc: fix timestamps of the recent entries Message-ID: <202404141721.43EHLfgj064484@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=eac87a7a7e26086fc3da8a31ce06c4c1a8ee9ef5 commit eac87a7a7e26086fc3da8a31ce06c4c1a8ee9ef5 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-04-14 17:19:20 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-04-14 17:19:20 +0000 ObsoleteFiles.inc: fix timestamps of the recent entries --- ObsoleteFiles.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index f9728ccd799e..e7d62afdd764 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,7 +51,7 @@ # xargs -n1 | sort | uniq -d; # done -# 2024mmdd: new clang import which bumps version from 17 to 18 +# 20240406: new clang import which bumps version from 17 to 18 OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_builtin_vars.h OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_cmath.h OLD_FILES+=usr/lib/clang/17/include/__clang_cuda_complex_builtins.h @@ -442,7 +442,7 @@ OLD_FILES+=usr/lib/clang/17/share/msan_ignorelist.txt OLD_DIRS+=usr/lib/clang/17/share OLD_DIRS+=usr/lib/clang/17 -# 2024mmdd: new libc++ import which bumps version from 17 to 18 +# 20240406: new libc++ import which bumps version from 17 to 18 OLD_FILES+=usr/include/c++/v1/__pstl/internal/algorithm_fwd.h OLD_FILES+=usr/include/c++/v1/__pstl/internal/algorithm_impl.h OLD_FILES+=usr/include/c++/v1/__pstl/internal/execution_defs.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404141721.43EHLfgj064484>