tags:
- cs253
- gnu
- free-software-foundation
- computer-science
- software
- manual
- notes
source: https://www.gnu.org/software/make/manual/html_node/Overview.html
created: 2024-08-30
What does make
do for you automatically?
make
automatically determines what pieces of a large program need to be recompiled and runs the commands to do that for you.
Who implemented make
?
make
was implemented by Richard Stallman and Roland McGrath.
Which IEEE Standard does make
conform to?
make
conforms to section 6.2 of IEEE Standard 1003.2-1992 (POSIX.2).
You can use make
to describe any task where some files must be ... automatically from others when the others ...
You can use make
to describe any task where some files must be updated automatically from others when the others change.
What should you do if you encounter a bug with make
?
If you encounter a bug with make
, report it to the developers.
What should you do before reporting a bug with
make
?
Before reporting a bug withmake
, you should check the documentation to see if it says you can do what you're trying to do.What should you do if the documentation isn't clear about what is possible with
make
?
If the documentation isn't clear about what is possible withmake
, report it to the developers.
What are the five things you should include in a bug report for make
?
The five things you should include in a bug report are:
make
gives, including error or warning messages.make
.What are the two ways you can report a bug to the developers of make
?
The two ways to you can report a bug to the developers of make
are: