Subject: install/29745: "build obj" doesn't descend into x11/ directory
To: None <install-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <rquinn@sec.sprint.net>
List: netbsd-bugs
Date: 03/20/2005 07:35:00
>Number:         29745
>Category:       install
>Synopsis:       "build obj" doesn't descend into x11/ directory
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    install-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 20 07:35:00 +0000 2005
>Originator:     Rob Quinn
>Release:        NetBSD-current
>Organization:
>Environment:
NetBSD spiral.example.com 3.99.1 NetBSD 3.99.1 (SPIRAL) #16: Thu Mar 17 05:38:44 EST 2005  root@spiral.example.com:/usr/obj/SPIRAL i386

>Description:
  I split my builds into several pieces, "./build -u ... tools",
"./build -u .... obj", and then "./build -u ... -o build".  The
"build obj" piece does not descend into the x11/ subdirectory to create
the appropriate new obj directories.

>How-To-Repeat:
#grep X11 /etc/mk.conf 
MKX11=yes
X11SRCDIR=/usr/xsrc


#cd /usr/src
#./build -u -T /usr/obj/tooldir obj

>Fix:
cd /usr/src/x11
nbmake UPDATE=1 obj