Module Name: src
Committed By: apb
Date: Tue Oct 16 08:28:14 UTC 2012
Modified Files:
src/distrib/i386/ramdisks/common: list.ramdisk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/i386/ramdisks/common/list.ramdisk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/i386/ramdisks/common/list.ramdisk
diff -u src/distrib/i386/ramdisks/common/list.ramdisk:1.23 src/distrib/i386/ramdisks/common/list.ramdisk:1.24
--- src/distrib/i386/ramdisks/common/list.ramdisk:1.23 Wed Aug 15 16:49:09 2012
+++ src/distrib/i386/ramdisks/common/list.ramdisk Tue Oct 16 08:28:13 2012
@@ -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/ifconfig
PROG sbin/init
PROG sbin/mknod
PROG sbin/mount
-PROG sbin/mount_ext2fs
PROG sbin/mount_cd9660
+PROG sbin/mount_ext2fs
PROG sbin/mount_ffs
# PROG sbin/mount_kernfs
PROG sbin/mount_msdos
@@ -56,6 +56,7 @@ PROG usr/bin/sed
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 @@ SPECIAL route srcdir distrib/utils/x_ro
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