Skip to content

Commit c789c28

Browse files
committed
rn-118: Add a few links and one clarification to the Meson article
1 parent 2b88cb1 commit c789c28

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

rev_news/drafts/edition-118.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ This edition covers what happened during the months of November and December 202
5252

5353
In fact, our own Jakub Narębski
5454
[initially added the 'configure' script](https://lore.kernel.org/git/[email protected]/)
55-
back in 2006 to make it much easier to create RPM spec files when
55+
back in 2006 to make it much easier to create RPM spec file for Git.
56+
Creating `*.spec` file is especially easy when the
5657
compilation follows traditional `configure && make && make install`
5758
steps.
5859

@@ -121,7 +122,8 @@ This edition covers what happened during the months of November and December 202
121122
three build systems simultaneously during any transition period.
122123

123124
David Aguilar expressed concerns about Python being a dependency
124-
through Meson. Eli replied that muon, a C99 implementation of Meson,
125+
through Meson. Eli replied that [muon](https://github.com/muon-build/muon),
126+
a C99 implementation of Meson,
125127
could be used instead and demonstrated it working with Git's build.
126128

127129
Jeff King, alias Peff, asked about reliability for bisecting and
@@ -155,10 +157,13 @@ This edition covers what happened during the months of November and December 202
155157

156158
The merged patch series especially adds
157159
[some documentation](https://lore.kernel.org/git/[email protected]/#Z31meson.build)
160+
(via comments in [`meson.build`](https://git.kernel.org/pub/scm/git/git.git/tree/meson.build))
158161
to help build Git with Meson and
159162
[a build system comparison](https://lore.kernel.org/git/[email protected]/#Z31Documentation:technical:build-systems.txt)
163+
(in [`Documentation/technical/build-systems.txt`](https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/technical/build-systems.txt))
160164
that might be interesting to read.
161165

166+
162167
<!---
163168
## Developer Spotlight:
164169
-->

0 commit comments

Comments
 (0)