bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug/Typo in make man Page


From: Edward Welbourne
Subject: Re: Bug/Typo in make man Page
Date: Thu, 8 Sep 2016 11:21:25 +0000

Pooya Taherkhani wrote:
>> To prepare to use make, you must write a file called the makefile
>> that describes the relationships among files in your program, and the
>> states the commands for updating each file.

> I think "..., and the states the commands for ..." should be "..., and
> states the commands for...". In other words, 'the' before 'states'
> should be removed for the sentence to make sense.

Indeed; to reformat the sentence for clarity:

 To prepare to use make, you must write a file called the makefile
 that:
 * describes the relationships among files in your program, and
 * states the commands for updating each file.

(I guess someone thought the break into the list happened *after*
"describes" rather than before it, so wanted nouns (the relationships,
the states) to start the list items; but actually the makefile states
the commands, it doesn't describe the states [of ... whatever], for all
that it tacitly describes how to respond to various states.)

        Eddy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]