Source-Changes-HG archive

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

[src/trunk]: src/distrib/atari/floppies/common Remove unnecessary LIBS (-ledi...



details:   https://anonhg.NetBSD.org/src/rev/126db0ab430a
branches:  trunk
changeset: 752280:126db0ab430a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 21 20:18:08 2010 +0000

description:
Remove unnecessary LIBS (-ledit, -lbz2, -lcrypt) for SMALL binaries
with libhack.

diffstat:

 distrib/atari/floppies/common/list.images |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c39581c0054d -r 126db0ab430a distrib/atari/floppies/common/list.images
--- a/distrib/atari/floppies/common/list.images Sun Feb 21 20:10:51 2010 +0000
+++ b/distrib/atari/floppies/common/list.images Sun Feb 21 20:18:08 2010 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: list.images,v 1.8 2010/02/11 09:06:47 roy Exp $
+#      $NetBSD: list.images,v 1.9 2010/02/21 20:18:08 tsutsui Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
-LIBS   libhack.o -lprop -lrmt -ledit -lz -lbz2 -lutil -lcurses -lterminfo -lcrypt -lkvm -ll -lm
+LIBS   libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -lkvm -ll -lm
 
 # init invokes the shell as -sh
 ARGVLN sh -sh



Home | Main Index | Thread Index | Old Index