source: rtems/contrib/mingw/ba-wrap.sh @ 26ccaab0

4.104.114.84.95
Last change on this file since 26ccaab0 was f6cd0db, checked in by Chris Johns <chrisj@…>, on 07/28/07 at 08:31:57

2007-07-28 Chris Johns <chisj@…>

  • README, build-rpms.sh, rtems.ini, build-exes.sh, rtems-tools.nsi: Updated to the new 4.8 build plus a new installer.
  • autoconf.def, automake.def, ba-wrap.sh, build-autotools.sh, msys-path.nsi, rtems-autotools.nsi, target-section-text, upload.sh, version: New to version 4.8. Autotools is built when installing.
  • Property mode set to 100644
File size: 323 bytes
Line 
1#! /bin/sh
2source=$(dirname $0)
3if [ "$source" = "." ]; then
4  source=$(pwd)
5fi
6echo
7echo "             DO NOT CLOSE    DO NOT CLOSE"
8echo
9echo "Warning: this command window will automatically close."
10echo
11echo "Build output: $source/at-log.txt"
12echo
13$source/build-autotools.sh $* 2>&1 >> $source/at-log.txt
14ec=$?
15exit $ec
Note: See TracBrowser for help on using the repository browser.