From 6d069afe6b8c251ac2aceae5d204c58daf786ae2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 29 Nov 2022 22:40:21 +0100 Subject: [PATCH] Clarify that these two entries are about CMake Signed-off-by: Gilles Peskine --- ChangeLog.d/fix_cmake_gen_files.txt | 4 ++-- ChangeLog.d/fix_hard_link_across_drives.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/fix_cmake_gen_files.txt b/ChangeLog.d/fix_cmake_gen_files.txt index 3b2c09992b..e4c0c9f7f6 100644 --- a/ChangeLog.d/fix_cmake_gen_files.txt +++ b/ChangeLog.d/fix_cmake_gen_files.txt @@ -1,3 +1,3 @@ Bugfix - * Fix an issue in releases with GEN_FILES turned off whereby missing - generated files could be turned into symlinks to themselves. + * Fix an issue with CMake builds in releases with GEN_FILES turned off, + whereby missing generated files could be turned into symlinks to themselves. diff --git a/ChangeLog.d/fix_hard_link_across_drives.txt b/ChangeLog.d/fix_hard_link_across_drives.txt index 0c55c3038b..84d4a522cb 100644 --- a/ChangeLog.d/fix_hard_link_across_drives.txt +++ b/ChangeLog.d/fix_hard_link_across_drives.txt @@ -1,3 +1,3 @@ Bugfix - * Fix a build issue on Windows where the source and build directory could not be on - different drives (#5751). + * Fix a build issue on Windows using CMake where the source and build + directory could not be on different drives. Fixes #5751.