Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/i386/stand/dosboot Pull up rev. 1.16 (approved...
details: https://anonhg.NetBSD.org/src/rev/1bf86230ad67
branches: netbsd-1-5
changeset: 489395:1bf86230ad67
user: enami <enami%NetBSD.org@localhost>
date: Wed Sep 06 13:57:14 2000 +0000
description:
Pull up rev. 1.16 (approved by jhawk):
date: 2000/09/05 05:05:16; author: enami; state: Exp; lines: +2 -2
Fix to work with objdir.
diffstat:
sys/arch/i386/stand/dosboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e481606171f2 -r 1bf86230ad67 sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile Wed Sep 06 10:16:47 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile Wed Sep 06 13:57:14 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13.14.2 2000/09/04 03:58:40 jhawk Exp $
+# $NetBSD: Makefile,v 1.13.14.3 2000/09/06 13:57:14 enami Exp $
S= ${.CURDIR}/../../../../
@@ -35,7 +35,7 @@
@false
.else
release:
- cp ${.CURDIR}/dosboot.com ${RELEASEDIR}/installation/misc
+ cp dosboot.com ${RELEASEDIR}/installation/misc
.endif
.include "../Makefile.booters"
Home |
Main Index |
Thread Index |
Old Index