
- Forum
- Operating Systems
- Linux
- Usage of this Command
Usage of this Command
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 ...
-
Usage of this Command
What is the use of make in UNIX. Is it used for making executable files or what is it used for?
-
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.
-
04-09-2007, 08:11 AM #4
- Join Date
- Apr 2006
- Answers
- 124
I got a basic idea about make and the use of make utility in UNIX operating system from this thread. Can you tell me how should I use or invoke the make utility in my UNIX operating system?
-
Sponsored Ads

Reply With Quote





