cvs commit: src Makefile.inc1 src/share/mk Makefile bsd.endian.mk src/usr.bin/cap_mkdb cap_mkdb.1 cap_mkdb.c src/share/termcap Makefile src/usr.bin/vgrind Makefile

David O'Brien obrien at FreeBSD.org
Fri Feb 25 23:14:11 GMT 2005


On Tue, Feb 22, 2005 at 11:29:54PM +0000, Ruslan Ermilov wrote:
> ru          2005-02-22 23:29:54 UTC
>   FreeBSD src repository
>   Modified files:
>     .                    Makefile.inc1 
>     share/mk             Makefile 
>     usr.bin/cap_mkdb     cap_mkdb.1 cap_mkdb.c 
>     share/termcap        Makefile 
>     usr.bin/vgrind       Makefile 
>   Added files:
>     share/mk             bsd.endian.mk 
>   Log:
>   Add endianness support to cap_mkdb(1), useful for cross builds.

Rather than having to create bsd.endian.mk and include it; I'd rather
just have the compiler define __LITTLE_ENDIAN__ or __BIG_ENDIAN__.
   
-- 
-- David  (obrien at FreeBSD.org)


More information about the cvs-all mailing list