Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Always descend into the elf2aout and elf2ecoff direc...



details:   https://anonhg.NetBSD.org/src/rev/bd4d7d1a76fa
branches:  trunk
changeset: 473597:bd4d7d1a76fa
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jun 09 02:58:57 1999 +0000

description:
Always descend into the elf2aout and elf2ecoff directories, now that
they check at that level whether or not to build binaries.

A reference to telnet was also here (protected by .if make(obj)...,
but since A) it's already referenced in the main SUBDIR list and b)
the telnet Makefile does this checking as well, it's gone too.

diffstat:

 usr.bin/Makefile |  15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diffs (34 lines):

diff -r d0d73f473716 -r bd4d7d1a76fa usr.bin/Makefile
--- a/usr.bin/Makefile  Wed Jun 09 02:54:17 1999 +0000
+++ b/usr.bin/Makefile  Wed Jun 09 02:58:57 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.102 1999/06/05 13:21:59 ad Exp $
+#      $NetBSD: Makefile,v 1.103 1999/06/09 02:58:57 simonb Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>                  # for EXPORTABLE_SYSTEM definition
@@ -7,7 +7,7 @@
 SUBDIR=        apply apropos asa at audio banner basename bdes biff \
        bzip2 bzip2recover cal calendar cap_mkdb cdplay checknr chflags \
        chpass cksum cmp col colcrt colrm column comm compress \
-       crontab crunch ctags cut dirname du eject env \
+       crontab crunch ctags cut dirname du eject elf2aout elf2ecoff env \
        error expand false fdformat fgen file find finger fmt fold fpr \
        from fsplit fstat ftp gencat getconf getopt gprof head hesinfo \
        hexdump id indent innetgr ipcrm ipcs join jot kdump ktrace \
@@ -27,15 +27,4 @@
        write xargs xinstall xlint xstr yacc yes ypcat \
        ypmatch ypwhich
 
-.if    make(obj) || make(clean) || make(cleandir) || make(distclean)
-SUBDIR+=elf2aout elf2ecoff telnet
-.else
-
-# Build ELF to {ecoff, aout} tools on mips, for old bootblocks/PROMs.
-.if (${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb")
-SUBDIR+= elf2aout elf2ecoff
-.endif
-
-.endif # make(obj) || make(clean) || make(cleandir) || make(distclean)
-
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index