NetBSD-Bugs archive

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

re: port-macppc/43011: macppc64 prebuild cleanup fails in macppc/stand/ofwboot if macppc build done before



The following reply was made to PR port-macppc/43011; it has been noted by 
GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-macppc-maintainer%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: port-macppc/43011: macppc64 prebuild cleanup fails in 
macppc/stand/ofwboot if macppc build done before
Date: Mon, 22 Mar 2010 10:45:13 +1100

 this one is a common problem across any platform that supports multiple
 MACHINE_ARCH's as the default.  you can see it on evb* if you try to build
 le and be at the same time.
 
 the workaround is to point your OBJDIR somewhere else manually.  i haven't
 yet figured out a way to do this, but i'm probably going to replace my
 simple environment of:
 
        MAKEOBJDIRPREFIX='/varo/bj/${MACHINE}'
 
 with an expression on that adds $MACHINE_ARCH there for certain $MACHINE's.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index