Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/atari/miniroot Use libhack.o to make this all fit on...
details: https://anonhg.NetBSD.org/src/rev/fd7d8b34272c
branches: trunk
changeset: 467338:fd7d8b34272c
user: leo <leo%NetBSD.org@localhost>
date: Tue Mar 23 10:22:31 1999 +0000
description:
Use libhack.o to make this all fit on the miniroot again.
diffstat:
distrib/atari/miniroot/Makefile.inc | 8 +++++++-
distrib/atari/miniroot/list | 5 ++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 09bb8dc24e4a -r fd7d8b34272c distrib/atari/miniroot/Makefile.inc
--- a/distrib/atari/miniroot/Makefile.inc Tue Mar 23 10:20:01 1999 +0000
+++ b/distrib/atari/miniroot/Makefile.inc Tue Mar 23 10:22:31 1999 +0000
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/03/15 20:54:54 is Exp $
+# $NetBSD: Makefile.inc,v 1.4 1999/03/23 10:22:31 leo Exp $
VND= vnd0c
IMAGESIZE?= 2160 # 512 byte blocks
NEWFSOPTS?= -i 3052 -c 60 -B be
DISKTYPE?= floppybt
+
+${CBIN}: libhack.o
+
+HACKSRC=../utils/libhack
+
+.include "${HACKSRC}/Makefile.inc"
diff -r 09bb8dc24e4a -r fd7d8b34272c distrib/atari/miniroot/list
--- a/distrib/atari/miniroot/list Tue Mar 23 10:20:01 1999 +0000
+++ b/distrib/atari/miniroot/list Tue Mar 23 10:22:31 1999 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: list,v 1.6 1997/08/03 20:12:17 leo Exp $
+# $NetBSD: list,v 1.7 1999/03/23 10:22:31 leo Exp $
+
+# Usage of libhack.o reduces the instbin-size with approx. 64MB!
+LIBS libhack.o
# Atari extra's
LINK instbin sbin/edahdi
Home |
Main Index |
Thread Index |
Old Index