[577] in testers
6.4R: make (MAKEOPT variable)
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sat Dec 30 15:08:12 1989
From: probe@ATHENA.MIT.EDU
Date: Sat, 30 Dec 89 15:07:47 -0500
To: testers@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
If you have a variable declaration in the MAKEOPT environment variable,
that declaration will override a similar declaration specified on the
command line.
Example:
setenv MAKEOPT "-wk DESTDIR=/afs/.testers/system/@sys/urvd.new"
make install DESTDIR=/afs/athena/astaff/project/afsdev/build/$hosttype/
The DESTDIR specified on the "make" command line will not be used. This
exact example has bitten me several times, and has occassionally
affected REAL system packs.
-Richard