>From sfwnv-discuss-bounces at opensolaris.org Mon Oct 15 03:11:33 2007
>SFW build environment has the following 2 files with 64-bit definitions.
>usr/src/cmd/Makefile.cmd.64
>usr/src/lib/Makefile.lib.64
>
>None of the makefiles (which support 64-bit build) include these files. For a
>64-bit build, is it not
>necessary to include this file in Makefile.sfw ? If not, what are they used
>for ?
They would be used if, like in ON, you choose to create 32 and 64-bit
Makefile directories (or I suppose, Makefiles) - then the 64-bit one
would include one of those. However SFW tends to use the build
system of the open source thing you're building to do the basic
work (usually 'configure'), and they aren't useful there.
But they are there just in case.
Mike