Module Name:    src
Committed By:   isaki
Date:           Sun Jun 19 08:44:34 UTC 2016

Modified Files:
        src/distrib/common: Makefile.bootcd

Log Message:
Copy with -f.
On x68k, CDEXTRA has /usr/mdec/boot and its permission is 444.
So this copy was failed from second time.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/common/Makefile.bootcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/Makefile.bootcd
diff -u src/distrib/common/Makefile.bootcd:1.34 src/distrib/common/Makefile.bootcd:1.35
--- src/distrib/common/Makefile.bootcd:1.34	Sun Dec 20 22:42:04 2015
+++ src/distrib/common/Makefile.bootcd	Sun Jun 19 08:44:34 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.bootcd,v 1.34 2015/12/20 22:42:04 christos Exp $
+#	$NetBSD: Makefile.bootcd,v 1.35 2016/06/19 08:44:34 isaki Exp $
 #
 # Makefile snipped to create a CD/DVD ISO
 #
@@ -230,7 +230,7 @@ copy-releasedir:
 			release_destdir="${CUROBJDIR}/cdrom";		\
 			if [ -f $${cde} ]; then				\
 				echo Copying $${cde} to $$release_destdir ...;	\
-				${CP} $${cde} $${release_destdir};	\
+				${CP} -f $${cde} $${release_destdir};	\
 			elif [ -d $${cde} ]; then			\
 				cd $${cde};				\
 				echo Copying $$(pwd) to $$release_destdir ...;	\

Reply via email to