Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d4bc96

Browse files
committed
Avoid unnecessary "touch meson.build" in vpath builds
Ine692727 I added a 'touch meson.build' to configure.ac, to ensureconflicts between in-tree configure based builds and meson builds areautomatically detected. Unfortunately I omitted spaces around the conditionrestricting this to in-tree builds, leading to touch meson.build to also beexecuted in vpath builds. While the only consequence of this buglet is anunnecessary empty file in build directories, it seems worth backpatching.Reported-by: Christoph Berg <myon@debian.org>Discussion:https://postgr.es/m/20240417230002.mb2gv3hyetyn67gk@awork3.anarazel.deBackpatch: 16-, where the meson based build was added
1 parentbb7f195 commit6d4bc96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20644,6 +20644,6 @@ fi
2064420644

2064520645
# Ensure that any meson build directories would reconfigure and see that
2064620646
# there's a conflicting in-tree build and can error out.
20647-
if test "$vpath_build"="no"; then
20647+
if test "$vpath_build" ="no"; then
2064820648
touch meson.build
2064920649
fi

‎configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,6 @@ AC_OUTPUT
25332533

25342534
# Ensure that any meson build directories would reconfigure and see that
25352535
# there's a conflicting in-tree build and can error out.
2536-
if test "$vpath_build"="no"; then
2536+
if test "$vpath_build" ="no"; then
25372537
touch meson.build
25382538
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp