Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/stand/bootblock/boot Don't copy boot.amiga to...
details: https://anonhg.NetBSD.org/src/rev/af0f8f994758
branches: trunk
changeset: 525680:af0f8f994758
user: mhitch <mhitch%NetBSD.org@localhost>
date: Mon Apr 15 08:38:55 2002 +0000
description:
Don't copy boot.amiga to ${DESTDIR}/ - it is now done by the install/update
script, sysinst, or manually when the bootblock is installed.
diffstat:
sys/arch/amiga/stand/bootblock/boot/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r a22ce3406575 -r af0f8f994758 sys/arch/amiga/stand/bootblock/boot/Makefile
--- a/sys/arch/amiga/stand/bootblock/boot/Makefile Mon Apr 15 08:37:04 2002 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/Makefile Mon Apr 15 08:38:55 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2002/03/26 05:21:37 mhitch Exp $
+# $NetBSD: Makefile,v 1.28 2002/04/15 08:38:55 mhitch Exp $
### what we need:
@@ -43,10 +43,6 @@
realall: machine m68k ${FILES}
-# Copy boot.amiga to / as well.
-afterinstall:
- cp -p ${DESTDIR}${BINDIR}/boot.amiga ${DESTDIR}/
-
CLEANFILES += boot.amiga x.out xxstart.o libboot.a vers.c machine m68k
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index