[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem Report
From: |
Paul D. Smith |
Subject: |
Re: Problem Report |
Date: |
Mon, 8 Oct 2001 12:46:16 -0400 |
My recollection is that this is a "feature" of AIX: GNU make never
touches any of these environment variables.
If you install a program as SUID or SGID, then the system will unset
these variables itself.
By default GNU make installs with the setgid bit set on AIX in order to
be able to determine the system load, to support the -l option.
If you don't need the -l option functionality, you can simply undo the
SGID setting on the GNU make binary:
# chmod 755 /usr/local/bin/make
and that should take care of the problem.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Problem Report, Robert Martin, 2001/10/08
- Re: Problem Report,
Paul D. Smith <=