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 relative paths in the CRUNCHSPE...



details:   https://anonhg.NetBSD.org/src/rev/ed3d8df9a9b4
branches:  trunk
changeset: 499194:ed3d8df9a9b4
user:      leo <leo%NetBSD.org@localhost>
date:      Tue Nov 14 13:13:36 2000 +0000

description:
- Use relative paths in the CRUNCHSPECIAL directives. The fixes miniroot
  builds that are not rooted in /usr/src
- Strip all but the ftp services from etc/services on the miniroot. This
  gives just enough air to make the install work without ENOSPC errors...

diffstat:

 distrib/atari/miniroot/list |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 442e17373381 -r ed3d8df9a9b4 distrib/atari/miniroot/list
--- a/distrib/atari/miniroot/list       Tue Nov 14 12:30:28 2000 +0000
+++ b/distrib/atari/miniroot/list       Tue Nov 14 13:13:36 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2000/08/27 19:40:45 leo Exp $
+#      $NetBSD: list,v 1.11 2000/11/14 13:13:36 leo Exp $
 
 # Usage of libhack.o reduces the instbin-size with approx. 64KB!
 LIBS   libhack.o
@@ -15,8 +15,8 @@
 ARGVLINK mount_msdos   msdos
 
 # crunchgen source directory specials
-CRUNCHSPECIAL  ahdilabel srcdir /usr/src/sys/arch/atari/stand/ahdilabel/
-CRUNCHSPECIAL  loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
+CRUNCHSPECIAL  ahdilabel srcdir sys/arch/atari/stand/ahdilabel/
+CRUNCHSPECIAL  loadkmap srcdir sys/arch/atari/stand/loadkmap/
 
 # copy the MAKEDEV script and make some devices
 COPY   ${DESTDIR}/dev/MAKEDEV          dev/MAKEDEV
@@ -47,3 +47,6 @@
 # remove the /usr/share/zoneinfo directory, so the installation script
 # can determine that the atari install does not support it.
 SPECIAL        rmdir usr/share/zoneinfo
+
+# strip /etc/services - not enough space... (leaves ftp in).
+SPECIAL grep ftp ${DESTDIR}/etc/services > etc/services



Home | Main Index | Thread Index | Old Index