On 2011-04-25 21:53, Doug Barton wrote:
In my /usr/obj (on amd64) I have 2 directories; lib32, and the root of the fs where the sources are. It seems odd to me that lib32 is not under the same root as everything else, so I'm asking why. :)
If you look under /usr/obj/lib32, you will see the same root of the fs where the sources are, and approximately the same directory structure. The lib32 dir is used for building the 32-bit compatibility libraries on amd64, and needs to be separate from the 'native' obj directory. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
