Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc Pull up revision 1.220 (requested by itojun in tick...



details:   https://anonhg.NetBSD.org/src/rev/a82916ec3d4f
branches:  netbsd-1-6
changeset: 527618:a82916ec3d4f
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 14:03:58 2002 +0000

description:
Pull up revision 1.220 (requested by itojun in ticket #74):
set TARGET_ENDIANNESS appropriately.

diffstat:

 etc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 04340bbd9d06 -r a82916ec3d4f etc/Makefile
--- a/etc/Makefile      Thu May 30 08:49:11 2002 +0000
+++ b/etc/Makefile      Thu May 30 14:03:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.219 2002/05/04 19:43:57 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.219.2.1 2002/05/30 14:03:58 tv Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -106,7 +106,7 @@
 
 NAMEDB=        127 root.cache named.conf localhost loopback.v6
 
-.if make(release) || make(snapshot) || make(distribution)              # {
+.if make(install-etc-files)                                            # {
 # find out endianness of target and set proper flag for pwd_mkdb so that
 # it creates database in same endianness
 .if exists(${DESTDIR}/usr/include/sys/endian.h)
@@ -124,7 +124,7 @@
 .else
 TARGET_ENDIANNESS=
 .endif
-.endif # release || snapshot || distribution                           # }
+.endif # install-etc-files                                             # }
 
 obj:
        mkdir -p ${KERNOBJDIR}



Home | Main Index | Thread Index | Old Index