Make it possible to change which images to build using CONF.sh.

This commit is contained in:
Petter Reinholdtsen 2004-06-29 22:15:58 +00:00
parent 3ec0227ca8
commit e2d87d10ae
2 changed files with 5 additions and 1 deletions

View File

@ -45,6 +45,9 @@ done
FULL_SIZE=`echo "($DEFSRCSIZE - $size) * 1024 * 1024" | bc`
make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
echo " ... building the images"
make official_images
if [ -z "$IMAGETARGET" ] ; then
IMAGETARGET="official_images"
fi
make "$IMAGETARGET"
make imagesums

1
debian/changelog vendored
View File

@ -58,6 +58,7 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
- Missing b-f documentation is not a fatal error. Keep
building if it is missing.
- Make it possible to give different CONF.sh files to build.sh.
- Make it possible to change which images to build using CONF.sh.
* Stephen R. Marenka
- Update m68k support for sarge.
- Fix m68k/amiga icons.