Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: make: Fatal error in reader: Badly formed macro assignment
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 ScientistReceived on Thu Mar 23 2006 - 10:34:35 CST