Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/amiga/miniroot Pull up revision 1.17 (requested...



details:   https://anonhg.NetBSD.org/src/rev/162342825857
branches:  netbsd-1-6
changeset: 528575:162342825857
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 23 07:05:38 2002 +0000

description:
Pull up revision 1.17 (requested by mhitch in ticket #538):
Add support for aout to ELF conversion to install.md, copied from the sparc
miniroot install.md.  Add usr/bin/file and usr/share/misc/magic to the
miniroot - used by the install.md changes.  Upgrades will now move the
standard a.out shared libraries to /emul/aout.

diffstat:

 distrib/amiga/miniroot/list |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 399cd3ddeece -r 162342825857 distrib/amiga/miniroot/list
--- a/distrib/amiga/miniroot/list       Tue Jul 23 07:05:27 2002 +0000
+++ b/distrib/amiga/miniroot/list       Tue Jul 23 07:05:38 2002 +0000
@@ -1,14 +1,18 @@
-#      $NetBSD: list,v 1.15.2.1 2002/05/29 04:58:18 lukem Exp $
+#      $NetBSD: list,v 1.15.2.2 2002/07/23 07:05:38 lukem Exp $
 
 # Amiga extra's
 PROG   sbin/disklabel
 PROG   sbin/mount_ados
 PROG   sbin/mount_kernfs
+PROG   usr/bin/file
 PROG   usr/bin/netstat
 PROG   usr/bin/printf
 PROG   usr/bin/vi
 PROG   usr/sbin/loadkmap
 
+# usr/bin/file needs libz
+LIBS   -lz
+
 # crunchgen source directory specials
 SPECIAL        loadkmap        srcdir sys/arch/amiga/stand/loadkmap
 SPECIAL        vi              srcdir usr.bin/vi/build
@@ -26,6 +30,9 @@
 # and the termcap file
 COPY   ${ARCHDIR}/termcap.vt           usr/share/misc/termcap
 
+# and the magic file
+COPY   ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
+
 # and the installation scripts
 COPY   ${ARCHDIR}/install.md           install.md
 COPY   ${ARCHDIR}/dot.profile          .profile



Home | Main Index | Thread Index | Old Index