Make it possible to give different CONF.sh files to build.sh.

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

View File

@ -2,7 +2,10 @@
# Script to build one arch
. CONF.sh
if [ -z "$CF" ] ; then
CF=CONF.sh
fi
. $CF
if [ -n "$1" ] ; then
export ARCH=$1

1
debian/changelog vendored
View File

@ -57,6 +57,7 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
- Try to create $(OUT) instead of just bailing out if it is missing.
- 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.
* Stephen R. Marenka
- Update m68k support for sarge.
- Fix m68k/amiga icons.