This is a discussion on Usage of this Command within the Linux forums, part of the Operating Systems category; What is the use of make in UNIX. Is it used for making executable files or what is it used ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
make is a utility used with UNIX operating system. You are right in your guess. The make utility is used for building object files from the source files. The object files thus created are then linked to create executable files.
|
|
|||
|
By this approach of creating object files and executable files if there is any change in source file only the corresponding object file has be compiled and linked to executable. This avoids the process of recompiling all source files.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code | Reini Urban | Tech FAQ | 0 | 06-01-2004 06:30 AM |
| [gnu.bash.bug] BASH Frequently-Asked Questions (FAQ version 3.26) | Chet Ramey | Tech FAQ | 0 | 05-27-2004 11:00 AM |
| comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code | Reini Urban | Tech FAQ | 0 | 05-01-2004 06:30 AM |
| [gnu.bash.bug] BASH Frequently-Asked Questions (FAQ version 3.26) | Chet Ramey | Tech FAQ | 0 | 04-26-2004 11:00 AM |
| Quarterly ASCII posting of Caldera (SCO) OpenUNIX 8 FAQ | Boyd Lynn Gerber | Tech FAQ | 0 | 04-25-2004 11:11 PM |