Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/installboot Pull up revision 1.6 (requested by ma...
details: https://anonhg.NetBSD.org/src/rev/6e1858f0f9c4
branches: netbsd-1-6
changeset: 527661:6e1858f0f9c4
user: tv <tv%NetBSD.org@localhost>
date: Fri May 31 11:29:17 2002 +0000
description:
Pull up revision 1.6 (requested by matt in ticket #104):
Make Solaris 8 happy: use ln -f -s instead of ln -fs
diffstat:
tools/installboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 556beaafed66 -r 6e1858f0f9c4 tools/installboot/Makefile
--- a/tools/installboot/Makefile Fri May 31 11:28:24 2002 +0000
+++ b/tools/installboot/Makefile Fri May 31 11:29:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/04/22 15:18:57 lukem Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2002/05/31 11:29:17 tv Exp $
HOSTPROGNAME= nbinstallboot
HOST_SRCDIR= usr.sbin/installboot
@@ -13,5 +13,5 @@
ufs.stamp:
-rm -f ufs
- ln -fs ${.CURDIR}/../../sys/ufs ufs
+ ln -f -s ${.CURDIR}/../../sys/ufs ufs
@touch $@
Home |
Main Index |
Thread Index |
Old Index