Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies use ${RELINSTALL} instead of cp -p



details:   https://anonhg.NetBSD.org/src/rev/77a638d3d240
branches:  trunk
changeset: 525435:77a638d3d240
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 12:22:58 2002 +0000

description:
use ${RELINSTALL} instead of cp -p

diffstat:

 distrib/i386/floppies/common/Makefile.bootfloppy |  4 ++--
 distrib/i386/floppies/common/Makefile.fdset      |  5 ++---
 distrib/i386/floppies/kernel-ramdisk/Makefile    |  4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 8ee69cda76b8 -r 77a638d3d240 distrib/i386/floppies/common/Makefile.bootfloppy
--- a/distrib/i386/floppies/common/Makefile.bootfloppy  Thu Apr 11 12:19:41 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.bootfloppy  Thu Apr 11 12:22:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bootfloppy,v 1.5 2002/04/11 12:17:15 lukem Exp $
+#      $NetBSD: Makefile.bootfloppy,v 1.6 2002/04/11 12:22:58 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -87,7 +87,7 @@
 
 release: check_RELEASEDIR
        -mkdir -p ${RELEASEDIR}/installation/floppy
-       cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
+       ${RELINSTALL} ${IMAGE} ${RELEASEDIR}/installation/floppy
 
 clean cleandir distclean:
        rm -rf empty
diff -r 8ee69cda76b8 -r 77a638d3d240 distrib/i386/floppies/common/Makefile.fdset
--- a/distrib/i386/floppies/common/Makefile.fdset       Thu Apr 11 12:19:41 2002 +0000
+++ b/distrib/i386/floppies/common/Makefile.fdset       Thu Apr 11 12:22:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.fdset,v 1.5 2002/04/11 12:17:15 lukem Exp $
+#      $NetBSD: Makefile.fdset,v 1.6 2002/04/11 12:22:58 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -93,8 +93,7 @@
 
 release: check_RELEASEDIR
        -mkdir -p ${RELEASEDIR}/installation/floppy
-       cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppy
-               # XXXDISTRIB: use ${RELINSTALL}
+       ${RELINSTALL} ${BASENAME}?.fs ${RELEASEDIR}/installation/floppy
 
 clean cleandir distclean:
        rm -f ${BASENAME}?.fs 
diff -r 8ee69cda76b8 -r 77a638d3d240 distrib/i386/floppies/kernel-ramdisk/Makefile
--- a/distrib/i386/floppies/kernel-ramdisk/Makefile     Thu Apr 11 12:19:41 2002 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/Makefile     Thu Apr 11 12:22:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2002/04/11 12:17:16 lukem Exp $
+#      $NetBSD: Makefile,v 1.15 2002/04/11 12:22:58 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -26,6 +26,6 @@
 
 release: check_RELEASEDIR
        -mkdir -p ${RELEASEDIR}/binary/kernel
-       cp -p ${KERNELS} ${KERNELSYMS} ${RELEASEDIR}/binary/kernel
+       ${RELINSTALL} ${KERNELS} ${KERNELSYMS} ${RELEASEDIR}/binary/kernel
 
 .include "${.CURDIR}/../common/Makefile.mdset"



Home | Main Index | Thread Index | Old Index