Subject: CVS commit: src/distrib/cdrom
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/07/2007 18:35:21
Module Name: src
Committed By: tsutsui
Date: Fri Dec 7 18:35:21 UTC 2007
Modified Files:
src/distrib/cdrom: Makefile
Log Message:
- fix "Rounding up to 32k boundary and padding 32k" code
("dd if=/dev/zero bs=512 count=0" seems to cause unexpected results)
- use ${TOOL_STAT} to get file size instead of ls and awk
(1.6.x don't have ${TOOL_STAT} but they have been obsolete anyway)
Both are taken from sys/arch/i386/stand/bootxx/Makefile.bootxx.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/distrib/cdrom/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.