Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src
Module Name: src
Committed By: martin
Date: Fri Aug 17 20:50:51 UTC 2012
Modified Files:
src/distrib/amd64/installimage [netbsd-6]: Makefile
src/distrib/amd64/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/amd64/liveimage/usbimage [netbsd-6]: Makefile
src/distrib/common [netbsd-6]: Makefile.bootcd
src/distrib/i386/installimage [netbsd-6]: Makefile
src/distrib/i386/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/i386/liveimage/usbimage [netbsd-6]: Makefile
src/distrib/pmax/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/sparc/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/sparc64/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/sun2/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/sun3/liveimage/emuimage [netbsd-6]: Makefile
src/distrib/vax/liveimage/emuimage [netbsd-6]: Makefile
src/etc [netbsd-6]: Makefile
Log Message:
Pull up following revision(s) (requested by riz in ticket #506):
distrib/amd64/liveimage/emuimage/Makefile: revision 1.2
distrib/amd64/liveimage/usbimage/Makefile: revision 1.2
distrib/sun2/liveimage/emuimage/Makefile: revision 1.2
distrib/amd64/installimage/Makefile: revision 1.2
distrib/sun3/liveimage/emuimage/Makefile: revision 1.2
distrib/pmax/liveimage/emuimage/Makefile: revision 1.2
distrib/vax/liveimage/emuimage/Makefile: revision 1.2
distrib/sparc64/liveimage/emuimage/Makefile: revision 1.2
distrib/common/Makefile.bootcd: revision 1.20
distrib/i386/liveimage/emuimage/Makefile: revision 1.2
distrib/sparc/liveimage/emuimage/Makefile: revision 1.2
distrib/i386/installimage/Makefile: revision 1.2
distrib/i386/liveimage/usbimage/Makefile: revision 1.2
etc/Makefile: revision 1.398
Change the naming scheme of "live" images and usb install images
to incorporate the OS name and version.
XXX should also not hardcode ${BOOTDISK} in the name, but that would
require reordering stuff and more testing than I have time for right now.
Another day.
As discussed on current-users@ back in March, with some adjustments.
Install fully-populated .iso images in ${RELEASEDIR}/images instead
of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there too.
Install live images and install images into ${RELEASEDIR}/images by
default, to keep all the large files (such as ISOs) together.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/amd64/installimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/amd64/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/amd64/liveimage/usbimage/Makefile
cvs rdiff -u -r1.19 -r1.19.2.1 src/distrib/common/Makefile.bootcd
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/i386/installimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/i386/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/i386/liveimage/usbimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/pmax/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/sparc/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/sparc64/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/sun2/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/sun3/liveimage/emuimage/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 src/distrib/vax/liveimage/emuimage/Makefile
cvs rdiff -u -r1.396 -r1.396.2.1 src/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index