Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/distrib/cdrom
apb%cequrux.com@localhost wrote:
> On Sun, 22 Mar 2009, Izumi Tsutsui wrote:
> > Log Message:
> > Don't put doc files (CHANGES etc.) available in ftp dir into ISOs.
> > ${RELEASEDIR} and ISO images created by build.sh don't have that files.
>
> > .for image in ${CD_IMAGES}
> > #INTDIRS.${image}+= packages
> > -BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \
> > - LAST_MINUTE README.files
> > +# The following doc files are in ftp dir but not in RELEASEDIR on build.sh
> > +#BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \
> > +#BASE_PORTS.${image}+= LAST_MINUTE README.files
> > .endfor
>
> I think that those files they used to be present in iso images,
Only on past releases we used src/distrib/cdrom to create ISOs?
Now ISO images are created by build.sh iso-image, and
5.0_RC3 macppccd.iso doesn't have them.
src/distrib/cdrom is a workaround for macppc and mac68k
that require HFS/ISO9660 hybrid file system, which isn't
supported by our makefs(8).
> and I
> am sure that it would be better if thse files were present. Instead of
> commenting out this code, please find a way to include the files.
I've commented out them to use ${RELEASEDIR} binaries to build ISOs
in src/distrib/cdrom rather than fetching all necessary binaries
via rsync(1), because ${RELEASEDIR} doesn't have these files.
build.sh and related Makefiles should be fixed first to install
these files into ${RELEASEDIR} and put them into ISOs created
on the iso-image target.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index