Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: make: Fatal error in reader: Badly formed macro assignment

Re: make: Fatal error in reader: Badly formed macro assignment

From: Paul D. Smith <psmith_at_gnu.org>
Date: 23 Mar 2006 11:34:35 -0500
Message-ID: <vpdru09pdsro.fsf@lemming.engeast.baynetworks.com>


Followups set.

%% Paul Pluzhnikov <ppluzhnikov-nsp_at_charter.net> writes:

  pp> Of course most make variables are exported by default, so in this   pp> case the export is redundant.

The only make variables that are exported by default are the ones that came from the environment in the first place. This is part of the POSIX definition of make, so it's not just GNU make that works this way.

For example, in this case the setting of ORACLE_HOME in the makefile will only be exported if ORACLE_HOME was set in the user's environment before make was invoked.

Cheers!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith_at_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
Received on Thu Mar 23 2006 - 10:34:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US