Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand/bootxx build/install this binary as boo...



details:   https://anonhg.NetBSD.org/src/rev/7f0f9097fb93
branches:  trunk
changeset: 471639:7f0f9097fb93
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Apr 06 18:43:18 1999 +0000

description:
build/install this binary as bootxx.old, so that users won't get the
idea that they should be using it.  (no point in renaming the whole
directory since it should be dead soon enough.)

diffstat:

 sys/arch/alpha/stand/bootxx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 8fe0c84efca1 -r 7f0f9097fb93 sys/arch/alpha/stand/bootxx/Makefile
--- a/sys/arch/alpha/stand/bootxx/Makefile      Tue Apr 06 17:49:14 1999 +0000
+++ b/sys/arch/alpha/stand/bootxx/Makefile      Tue Apr 06 18:43:18 1999 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 1999/04/02 03:35:54 cgd Exp $
+# $NetBSD: Makefile,v 1.22 1999/04/06 18:43:18 cgd Exp $
 
-PROG = bootxx
+PROG = bootxx.old
 
 SRCS = start.S bootxx.c prom.c prom_disp.S putstr.c booted_dev.c
 



Home | Main Index | Thread Index | Old Index