Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot after consideration, don't bother with ...



details:   https://anonhg.NetBSD.org/src/rev/e666dfa2a3f3
branches:  trunk
changeset: 525994:e666dfa2a3f3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Apr 23 02:39:33 2002 +0000

description:
after consideration, don't bother with compat symlinks, as it might
cause end-user confusion if the syntax changed between
/usr/mdec/installboot and /usr/sbin/installboot

diffstat:

 usr.sbin/installboot/Makefile |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (29 lines):

diff -r 9f4a5fe9209c -r e666dfa2a3f3 usr.sbin/installboot/Makefile
--- a/usr.sbin/installboot/Makefile     Tue Apr 23 02:27:40 2002 +0000
+++ b/usr.sbin/installboot/Makefile     Tue Apr 23 02:39:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2002/04/22 23:23:05 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.15 2002/04/23 02:39:33 lukem Exp $
 #
 
 .include <bsd.own.mk>
@@ -26,19 +26,5 @@
 
 
 .ifndef HOSTPROG
-# list of MACHINEs to enable the compat symlink /usr/mdec/installboot
-# XXX: eventually this should be done for all machines.
-# XXX: or /usr/mdec/installboot is replaced with a shell script that
-# XXX: tells the user to use /usr/sbin/installboot instead
-#
-COMPATLINKS?=  pmax sun2
-afterinstall:
-.for l in ${COMPATLINKS}
-.if (${MACHINE} == ${l})
-       ${INSTALL_SYMLINK} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${BINDIR}/${PROG} ${DESTDIR}/usr/mdec/${PROG}
-.endif
-.endfor
-
 .include <bsd.prog.mk>
 .endif



Home | Main Index | Thread Index | Old Index