help-make
[Top][All Lists]
Advanced

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

Re: are the builtin functions really builtin


From: Paul D. Smith
Subject: Re: are the builtin functions really builtin
Date: Mon, 29 Jul 2002 18:40:52 -0400

%% address@hidden writes:

  yi> are the functions that make has builin - are really built in or
  yi> they use the shell or other processes ?

The make builtin functions are really built in.  They do not call any
other processes.  Well, the $(shell ...) function obviously invokes a
subshell, but all other functions are implemented inside make itself.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "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]