@@ -52,7 +52,8 @@ This edition covers what happened during the months of November and December 202
52
52
53
53
In fact, our own Jakub Narębski
54
54
[ 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
56
57
compilation follows traditional ` configure && make && make install `
57
58
steps.
58
59
@@ -121,7 +122,8 @@ This edition covers what happened during the months of November and December 202
121
122
three build systems simultaneously during any transition period.
122
123
123
124
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,
125
127
could be used instead and demonstrated it working with Git's build.
126
128
127
129
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
155
157
156
158
The merged patch series especially adds
157
159
[ 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 ) )
158
161
to help build Git with Meson and
159
162
[ 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 ) )
160
164
that might be interesting to read.
161
165
166
+
162
167
<!-- -
163
168
## Developer Spotlight:
164
169
-->
0 commit comments