Removed EMPTARGET and ARCH from nightlybuilds,

not used with new autoconf. Replace with INSTANCE
for logs, build directory for local patches.

Use the local patches directly from the source tree instead
of all local copy.
This commit is contained in:
Ron Koenderink 2007-12-08 23:48:06 +00:00
parent da6e711e5c
commit 5d512312d9
2 changed files with 7 additions and 16 deletions

View file

@ -46,7 +46,7 @@ esac
cd "${LOGDIR}" || err "Could not cd to ${LOGDIR}"
BUILDTYPE="${EMPTARGET}.${ARCH}"
BUILDTYPE="${INSTANCE}"
[ -n "${EXTRASUFFIX}" ] && BUILDTYPE="${BUILDTYPE}.${EXTRASUFFIX}"
echo "This was generated using: ${0} ${1}"