Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/miniroot Remove -ledit and -lmagic from LIBS.
details: https://anonhg.NetBSD.org/src/rev/88ba71e9e825
branches: trunk
changeset: 750474:88ba71e9e825
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 02 06:37:28 2010 +0000
description:
Remove -ledit and -lmagic from LIBS.
No program requires -ledit in crunched SMALLPROG case, and
miniroot doesn't have /usr/bin/file which requires -lmagic.
(sparc had it but it was removed in distrib/sparc/miniroot/list rev 1.29)
diffstat:
distrib/miniroot/list | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a399c8a2ff4 -r 88ba71e9e825 distrib/miniroot/list
--- a/distrib/miniroot/list Sat Jan 02 04:12:07 2010 +0000
+++ b/distrib/miniroot/list Sat Jan 02 06:37:28 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.29 2009/09/20 19:49:09 abs Exp $
+# $NetBSD: list,v 1.30 2010/01/02 06:37:28 tsutsui Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@@ -58,7 +58,7 @@
SPECIAL route srcdir distrib/utils/x_route
LIBS libhack.o
-LIBS -lrmt -ledit -lutil -lcurses -ltermcap -lbz2 -lcrypt -lintl -ll -lm -lkvm -lmagic -lz -lprop
+LIBS -lrmt -lutil -lcurses -ltermcap -lbz2 -lcrypt -lintl -ll -lm -lkvm -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