Source-Changes-HG archive

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

[src/trunk]: src/distrib use RELINSTALL



details:   https://anonhg.NetBSD.org/src/rev/c00eb09030bf
branches:  trunk
changeset: 526157:c00eb09030bf
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 26 15:04:30 2002 +0000

description:
use RELINSTALL

diffstat:

 distrib/news68k/floppies/bootfloppy/Makefile |   5 +++--
 distrib/vax/Makefile                         |  17 +++++++++--------
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (50 lines):

diff -r 579f32169859 -r c00eb09030bf distrib/news68k/floppies/bootfloppy/Makefile
--- a/distrib/news68k/floppies/bootfloppy/Makefile      Fri Apr 26 15:02:02 2002 +0000
+++ b/distrib/news68k/floppies/bootfloppy/Makefile      Fri Apr 26 15:04:30 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/03/17 21:34:38 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2002/04/26 15:04:47 lukem Exp $
 
 
 .include "${.CURDIR}/../../../Makefile.inc"
@@ -56,7 +56,8 @@
 
 release: check_RELEASEDIR
        -mkdir -p ${RELEASEDIR}/installation/floppy
-       cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
+       ${RELINSTALL} ${IMAGE} ${RELEASEDIR}/installation/floppy
+       # XXX: do we want both?
        gzip -c -9 ${IMAGE} > ${RELEASEDIR}/installation/floppy/${IMAGE}.gz
 
 real-floppy:
diff -r 579f32169859 -r c00eb09030bf distrib/vax/Makefile
--- a/distrib/vax/Makefile      Fri Apr 26 15:02:02 2002 +0000
+++ b/distrib/vax/Makefile      Fri Apr 26 15:04:30 2002 +0000
@@ -1,18 +1,19 @@
-#      $NetBSD: Makefile,v 1.12 2002/03/31 17:27:43 matt Exp $
+#      $NetBSD: Makefile,v 1.13 2002/04/26 15:04:30 lukem Exp $
 
-.include <bsd.own.mk>          # Use /etc/mk.conf.
+.include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 ITARGET=       ${RELEASEDIR}/installation
-IINST=         ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
 
 SUBDIR= ramdisk .WAIT ramdisk-kernel .WAIT floppy
 
-.include <bsd.subdir.mk>
-
 INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}
 FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}
 
 release: check_RELEASEDIR
-       ${IINST} ${DESTDIR}/usr/mdec/boot ${ITARGET}/netboot/
-       ${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
-       ${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
+       ${RELINSTALL} ${DESTDIR}/usr/mdec/boot ${ITARGET}/netboot/
+       ${RELINSTALL} ${INSTKERNOBJ}/netbsd.INSTALL.gz \
+           ${ITARGET}/netboot/netbsd.ram.gz
+       ${RELINSTALL} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
+
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index