Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build break - port amd64



On Thu, Dec 02, 2010 at 09:01:42PM +0100, Frank Wille wrote:
> paul wrote:
> 
> On 02.12.10 09:48:44 you wrote:
> 
> > I'm not sure how to control things so that it is installed only for 
> > macppc builds.  Currently it is getting installed for all builds.
> >
> > I have added this file to the MI set list to prevent build breaks, but 
> 
> Thanks.
> 
> 
> > the correct solution is to figure out how to install it selectively.
> 
> I fear the only solution would be to make a new directory and Makefile for
> it in sys/arch/macppc/stand. ATM I have no idea how do to that, though.

The following construct in share/wscons/keymaps/Makefile should do the
trick:

.if ${MACHINE} == "macppc" 
FILES+= ukbd.any.powerbook
.endif

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index