Source-Changes-HG archive

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

[src/trunk]: src/share/mk comment



details:   https://anonhg.NetBSD.org/src/rev/2890c1c45881
branches:  trunk
changeset: 532046:2890c1c45881
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu May 30 21:55:14 2002 +0000

description:
comment

diffstat:

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

diffs (16 lines):

diff -r 2b45dc53ba74 -r 2890c1c45881 share/mk/bsd.endian.mk
--- a/share/mk/bsd.endian.mk    Thu May 30 21:51:28 2002 +0000
+++ b/share/mk/bsd.endian.mk    Thu May 30 21:55:14 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: bsd.endian.mk,v 1.1 2002/05/30 21:40:48 itojun Exp $
+#      $NetBSD: bsd.endian.mk,v 1.2 2002/05/30 21:55:14 itojun 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