Exforsys
+ Reply to Thread
Results 1 to 4 of 4

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 ...

  1. #1
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144

    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?


  2. #2
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    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.


  3. #3
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    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.


  4. #4
    Rahulbatra is offline Senior Member Array
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...