bug-make
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Paul D. Smith
Subject: Re: (no subject)
Date: Mon, 14 Jan 2002 10:10:01 -0500

%% address@hidden writes:

  rs> Hello Sir,
  rs> Sorry for taking yr valuable time.

  rs> pls tell me whether this "make" whose version is 3.79.1 is actualy
  rs> "gmake" or gmake is different utilty.Because its name is "make"
  rs> instead of "gmake" so pls clarify this

By default when you install GNU make it will install as
/usr/local/bin/make.

However, most UNIX systems come with their own version of make, and many
people don't want to "hide" the system version.  So, they have GNU make
installed as "gmake" or "gnumake" instead, that way they can run "make"
when they want the system version of make, and "gmake" or "gnumake" when
they want the GNU version of make.

It's the same program; the name you use for the executable is of
absolutely no importance whatever.  You could call it "fooblatz" and it
would still work the same way.

Use the --version option and if it prints a version string containing
the GNU information, it's GNU make regardless of the name.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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