|
Last change
on this file since 260 was 233, checked in by garnier, 19 years ago |
|
ajout de fichiers
|
-
Property svn:executable
set to
*
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | #!bin/sh
|
|---|
| 2 | source ${CMTROOT}/mgr/setup.sh;
|
|---|
| 3 | if [ -f xcode_tmpFile.tmp ]; then
|
|---|
| 4 | rm xcode_tmpFile.tmp;
|
|---|
| 5 | fi
|
|---|
| 6 |
|
|---|
| 7 | echo "";
|
|---|
| 8 | echo "cmt config............";
|
|---|
| 9 | cmt config > xcode_tmpFile.tmp;
|
|---|
| 10 | more xcode_tmpFile.tmp;
|
|---|
| 11 | nb_warn=`grep "Warning:" xcode_tmpFile.tmp | wc -l`;
|
|---|
| 12 |
|
|---|
| 13 | if [ -f xcode_tmpFile.tmp ]; then
|
|---|
| 14 | rm xcode_tmpFile.tmp;
|
|---|
| 15 | fi
|
|---|
| 16 |
|
|---|
| 17 | if [ $nb_warn -ne 0 ]; then
|
|---|
| 18 | echo "cmt config failed..";
|
|---|
| 19 | else
|
|---|
| 20 | echo "";
|
|---|
| 21 | echo "setup.sh............";
|
|---|
| 22 | source setup.sh;
|
|---|
| 23 | echo "";
|
|---|
| 24 | echo "cmt make............";
|
|---|
| 25 | cmt make;
|
|---|
| 26 | fi
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.