Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/mk Pull up revision 1.2 (requested by itojun in t...



details:   https://anonhg.NetBSD.org/src/rev/914ab8623b68
branches:  netbsd-1-6
changeset: 527655:914ab8623b68
user:      tv <tv%NetBSD.org@localhost>
date:      Fri May 31 00:03:52 2002 +0000

description:
Pull up revision 1.2 (requested by itojun in ticket #100):
comment

diffstat:

 share/mk/bsd.endian.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r fcf8f7f77fd2 -r 914ab8623b68 share/mk/bsd.endian.mk
--- a/share/mk/bsd.endian.mk    Thu May 30 23:59:48 2002 +0000
+++ b/share/mk/bsd.endian.mk    Fri May 31 00:03:52 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: bsd.endian.mk,v 1.2.2.2 2002/05/30 23:59:29 tv Exp $
+#      $NetBSD: bsd.endian.mk,v 1.2.2.3 2002/05/31 00:03:52 tv Exp $
 
 .include <bsd.init.mk>
 
-# find out endianness of target and set proper flag for pwd_mkdb so that
-# it creates database in same endianness.
+# find out endianness of target and set proper flag for pwd_mkdb and such,
+# so that it creates database in same endianness.
 .if exists(${DESTDIR}/usr/include/sys/endian.h)
 TARGET_ENDIANNESS!= \
        printf '\#include <sys/endian.h>\n_BYTE_ORDER\n' | \



Home | Main Index | Thread Index | Old Index