help-gnu-utils
[Top][All Lists]
Advanced

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

Re: make question (read a file)


From: Paul D. Smith
Subject: Re: make question (read a file)
Date: 25 Jan 2006 16:53:44 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

%% "James" <hslee@ind.alcatel.com> writes:

  j> Is there a way to read a file witout using
  j> $(shell cat file).

include will let you evaluate another makefile.

There's no way to read the contents of a file into a variable without
using $(shell ...)

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@gnu.org>          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]