Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!wuarchive!decwrl!nsc!pyramid!csg From: csg@pyramid.pyramid.com (Carl S. Gutekunst) Newsgroups: comp.sys.pyramid Subject: Re: make(1) does not see environment variables Message-ID: <129039@pyramid.pyramid.com> Date: 2 Oct 90 16:31:43 GMT References: <1990Sep28.225149.19426@oracle.com> Reply-To: csg@pyramid.pyramid.com (Carl S. Gutekunst) Distribution: usa Organization: Pyramid Technology Corp., Mountain View, CA Lines: 11 >On a Pyramid (5.0d 4.3BSD), makefiles can't seem to see env varaibles: True. 4.3BSD make doesn't do that. You can use the att (SVR3) make, which does read its variables from the envi- ronment. (Of course, if you just use 'att make', your program will also be compiled in the att universe.) The SVR3 make also has the -e option, which causes variables from the environment to override the first assignment of those variables in the makefile.