Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/stand/bootblock Unhook elf2bb and txlt as the...



details:   https://anonhg.NetBSD.org/src/rev/42ba57c07f25
branches:  trunk
changeset: 1021077:42ba57c07f25
user:      rin <rin%NetBSD.org@localhost>
date:      Thu May 06 13:07:00 2021 +0000

description:
Unhook elf2bb and txlt as they are built as tools.

diffstat:

 sys/arch/amiga/stand/bootblock/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (20 lines):

diff -r 0548e3f6cbf8 -r 42ba57c07f25 sys/arch/amiga/stand/bootblock/Makefile
--- a/sys/arch/amiga/stand/bootblock/Makefile   Thu May 06 07:32:15 2021 +0000
+++ b/sys/arch/amiga/stand/bootblock/Makefile   Thu May 06 13:07:00 2021 +0000
@@ -1,15 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 2021/02/25 03:42:14 rin Exp $
+#      $NetBSD: Makefile,v 1.6 2021/05/06 13:07:00 rin Exp $
 
 .include <bsd.own.mk>
 
-# Don't install these, but make them first:
-.ifnmake install
-SUBDIR=txlt
-SUBDIR+=elf2bb
-.endif
-
-# but these:
 SUBDIR+=boot bootxx_ffs bootxx_ffsv2
 
-
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index