Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/ramdisks/common Make i386/ramdisks/common/list....
details: https://anonhg.NetBSD.org/src/rev/fb8d6da4bf3f
branches: trunk
changeset: 782107:fb8d6da4bf3f
user: apb <apb%NetBSD.org@localhost>
date: Tue Oct 16 08:28:13 2012 +0000
description:
Make i386/ramdisks/common/list.ramdisk identical to
amd64/ramdisks/common/list.ramdisk.
Previously, the amd64 list.ramdisk used the small version of gzip from
distrib/utils/x_gzip, while the i386 list.ramdisk used the full version
of gzip built from usr.bin/gzip, and also used extra libraries needed to
make that work. Now, they both use the small version.
The only other difference was in the order of some PROG lines.
diffstat:
distrib/i386/ramdisks/common/list.ramdisk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 7cbe3d63f47e -r fb8d6da4bf3f distrib/i386/ramdisks/common/list.ramdisk
--- a/distrib/i386/ramdisks/common/list.ramdisk Tue Oct 16 08:23:20 2012 +0000
+++ b/distrib/i386/ramdisks/common/list.ramdisk Tue Oct 16 08:28:13 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list.ramdisk,v 1.23 2012/08/15 16:49:09 riz Exp $
+# $NetBSD: list.ramdisk,v 1.24 2012/10/16 08:28:13 apb Exp $
SRCDIRS external/bsd/less/bin
SRCDIRS bin sbin usr.bin usr.sbin libexec
@@ -28,8 +28,8 @@
PROG sbin/init
PROG sbin/mknod
PROG sbin/mount
+PROG sbin/mount_cd9660
PROG sbin/mount_ext2fs
-PROG sbin/mount_cd9660
PROG sbin/mount_ffs
# PROG sbin/mount_kernfs
PROG sbin/mount_msdos
@@ -56,6 +56,7 @@
PROG usr/sbin/chroot
+SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
@@ -65,7 +66,7 @@
ARGVLN sh -sh
# libhack.o is built by Makefile & included Makefile.inc
-LIBS libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
+LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
# various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group
Home |
Main Index |
Thread Index |
Old Index