updated build scripts for new Linux build

Build-tools/Do-all-build-steps:
  pass parameters to Do-rpm
Build-tools/Do-compile:
  with-other-libc option
Build-tools/Do-rpm:
  make it "automagically" work on SuSE as well as RedHat
strings/Makefile.am:
  added t_ctype.h to the distribution for now - permanent fix to come later
support-files/mysql.spec.sh:
  changed build to use --with-other-libc
This commit is contained in:
unknown 2002-02-16 11:32:06 -07:00
commit 4e806126da
6 changed files with 60 additions and 8 deletions

View file

@ -72,7 +72,7 @@ gmake -j 2
time gmake -j 2 distcheck \
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory $EXTRA_CONFIG"
sh $BD/Build-tools/Do-rpm
sh $BD/Build-tools/Do-rpm $*
rm -f $TMP_SCRIPT
END