[prev in list] [next in list] [prev in thread] [next in thread] 

List:       netbsd-current-users
Subject:    problem of bsd.obj.mk
From:       Naoto Shimazaki <igy () arhc ! org>
Date:       2001-11-29 8:16:52
[Download RAW message or body]

the line 42 in bsd.obj.mk (rev. 1.38) has a problem.

__usrobjdirpf=  ${USR_OBJMACHINE:D:U${OBJMACHINE:D.${.MACHINE}}}
                                                     ^here

this makes bad objdirs like

	/usr/obj/tools/binstall.

instead of

	/usr/obj/tools/binstall.i386

to fix this problem, replace that line with the following line.

__usrobjdirpf=  ${USR_OBJMACHINE:D:U${OBJMACHINE:D.${MACHINE}}}
                                                     ^remove the dot.

--
Naoto Shimazaki

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic