On 03/12/2023 04:03, Xi Ruoyao wrote:
> On Sun, 2023-12-03 at 00:17 +0000, Jonny Grant wrote:
>> @@ -733,7 +733,7 @@ To configure GCC:
>> @smallexample
>> % mkdir @var{objdir}
>> % cd @var{objdir}
>> -% @var{srcdir}/configure [@var{options}] [@var{target}]
>> +% ../@var{srcdir}/configure [@var{options}] [@var{target}]
>> @end smallexample
>
> No, this is definitely incorrect. srcdir is the path (it may be
> relative or absolute) to the GCC source tree. It's not necessary to be
> placed in the parent directory of objdir.
>
Fair enough.
Can the spelling corrections still be merged? Or should I re-submit the patch
without that line?
Kind regards, Jonny