Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/vax/cdroms/installcd When uncompressing the kernel, ...
details: https://anonhg.NetBSD.org/src/rev/4af98f7ab2ae
branches: trunk
changeset: 796462:4af98f7ab2ae
user: martin <martin%NetBSD.org@localhost>
date: Wed Jun 04 19:31:57 2014 +0000
description:
When uncompressing the kernel, allow overwriting of an existing one in the
cdrom content directory - this helps update builds.
diffstat:
distrib/vax/cdroms/installcd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a079e35563b4 -r 4af98f7ab2ae distrib/vax/cdroms/installcd/Makefile
--- a/distrib/vax/cdroms/installcd/Makefile Wed Jun 04 19:07:22 2014 +0000
+++ b/distrib/vax/cdroms/installcd/Makefile Wed Jun 04 19:31:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/05/31 10:43:00 martin Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/04 19:31:57 martin Exp $
CDBASE= vaxcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz netbsd.gz
@@ -31,7 +31,7 @@
for f in ${SYSINSTDIR}/sysinstmsgs.??; do \
${INSTALL} ${COPY} $$f cdrom; \
done
- ${TOOL_GZIP} -d cdrom/netbsd.gz
+ ${TOOL_GZIP} -d -f cdrom/netbsd.gz
echo '. type=dir optional' > ./fs.spec
echo './dev type=dir optional' >> ./fs.spec
${HOST_SH} cdrom/dev/MAKEDEV -s all | ${TOOL_SED} -e '1d' -e 's:^\./:./dev/:' >> ./fs.spec
Home |
Main Index |
Thread Index |
Old Index