Module Name:    src
Committed By:   tsutsui
Date:           Wed Mar 25 13:53:05 UTC 2009

Modified Files:
        src/distrib/cdrom: Makefile

Log Message:
Remove an extra excape char. bash(1) complains about it.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/distrib/cdrom/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/cdrom/Makefile
diff -u src/distrib/cdrom/Makefile:1.46 src/distrib/cdrom/Makefile:1.47
--- src/distrib/cdrom/Makefile:1.46	Wed Mar 25 09:50:21 2009
+++ src/distrib/cdrom/Makefile	Wed Mar 25 13:53:05 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2009/03/25 09:50:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.47 2009/03/25 13:53:05 tsutsui Exp $
 #
 # Consult "*.conf" for the configuration variables; this Makefile is typically
 # not edited for basic configuration changes.
@@ -439,8 +439,7 @@
 		   ${MKISOFS} ${MKISOFS_ARGS} ${MKISOFS_ARGS.${image}} \
 			-print-size . 2>&1 \
 		   | tee /dev/stderr \
-		   | ${TOOL_SED} '/=/!d;s/^[^=]*=//'` \
-	       \* 2048)) && \
+		   | ${TOOL_SED} '/=/!d;s/^[^=]*=//'` * 2048)) && \
 	if [ "${SUN_BOOT_ARGS.${image}}" != "" ]; then \
 		size=$$(($$(($$size + 327679)) / 327680 * 327680)) && \
 		bootfiles=`for f in ${SUN_BOOT_ARGS.${image}:N-:O}; do echo $$f; done | uniq` && \

Reply via email to