Module Name: src
Committed By: martin
Date: Wed Jun 4 19:31:57 UTC 2014
Modified Files:
src/distrib/vax/cdroms/installcd: Makefile
Log Message:
When uncompressing the kernel, allow overwriting of an existing one in the
cdrom content directory - this helps update builds.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/vax/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/vax/cdroms/installcd/Makefile
diff -u src/distrib/vax/cdroms/installcd/Makefile:1.6 src/distrib/vax/cdroms/installcd/Makefile:1.7
--- src/distrib/vax/cdroms/installcd/Makefile:1.6 Sat May 31 10:43:00 2014
+++ src/distrib/vax/cdroms/installcd/Makefile Wed Jun 4 19:31:57 2014
@@ -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 @@ image_md_pre:
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