Source-Changes-HG archive

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

[src/netbsd-1-6]: src/tools Pull up revision 1.51 (requested by eeh in ticket...



details:   https://anonhg.NetBSD.org/src/rev/c6d5220b0346
branches:  netbsd-1-6
changeset: 527893:c6d5220b0346
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 13 02:42:04 2002 +0000

description:
Pull up revision 1.51 (requested by eeh in ticket #257):
Add fgen as a host tool, used for sys/arch/sparc/bootblk.

diffstat:

 tools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 728bf2942c75 -r c6d5220b0346 tools/Makefile
--- a/tools/Makefile    Thu Jun 13 02:41:56 2002 +0000
+++ b/tools/Makefile    Thu Jun 13 02:42:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.50.2.1 2002/06/11 15:56:29 lukem Exp $
+#      $NetBSD: Makefile,v 1.50.2.2 2002/06/13 02:42:04 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -37,6 +37,10 @@
 SUBDIR+=       mips-elf2ecoff
 .endif
 
+.if (${MACHINE} == "sparc" || ${MACHINE} == "sparc64")
+SUBDIR+=       fgen
+.endif
+
 .endif # ! NOSUBDIR                                    # }
 
 .if ${MKTOOLS:Uyes} == "no" || ${USETOOLS} != "yes"



Home | Main Index | Thread Index | Old Index