Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mipsco/stand/boot track rev. 1.7 of pmax/stand/boot...
details: https://anonhg.NetBSD.org/src/rev/2b17bb243678
branches: trunk
changeset: 526652:2b17bb243678
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue May 07 12:28:20 2002 +0000
description:
track rev. 1.7 of pmax/stand/boot/Makefile:
use ${INSTALL_FILE} instead of "cp -p"
diffstat:
sys/arch/mipsco/stand/boot/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c000f4ca4983 -r 2b17bb243678 sys/arch/mipsco/stand/boot/Makefile
--- a/sys/arch/mipsco/stand/boot/Makefile Tue May 07 12:27:26 2002 +0000
+++ b/sys/arch/mipsco/stand/boot/Makefile Tue May 07 12:28:20 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/09/26 09:11:04 wdk Exp $
+# $NetBSD: Makefile,v 1.3 2002/05/07 12:28:20 jdolecek Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
SECONDARY_PROG= boot
@@ -9,7 +9,9 @@
CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"'
+# Copy boot to / as well.
afterinstall:
- cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
+ ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
.include "../Makefile.booters"
Home |
Main Index |
Thread Index |
Old Index