Bug 74018

Summary: DESTDIR broken when making buildworld in 5.3-RELEASE
Product: Base System Reporter: Nicolas Dehaine <nicko>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.3-RELEASE   
Hardware: Any   
OS: Any   

Description Nicolas Dehaine 2004-11-16 21:20:27 UTC
make buildworld fails if DESTDIR is passed as a variable instead of an environment variable.

Fix: 

Will keep looking. Suspect a problem in the mk make include files. Please also contact Wes Peters (wes@).
How-To-Repeat: # cd /usr/src
# make buildworld DESTDIR=/usr/tmp/build
[...]
--------------------------------------------------------------
Comment 1 Maxim Konovalov 2004-11-17 09:24:17 UTC
I believe Ruslan has fixed this issue in 5-STABLE.
Ruslan, am I correct?

-- 
Maxim Konovalov
Comment 2 ru freebsd_committer freebsd_triage 2004-11-17 10:58:47 UTC
State Changed
From-To: open->closed

Already fixed in RELENG_5.