root/tags/5.4.pre05/mxmake.sh
| Revision 1, 208 bytes (checked in by heitor.barbieri, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | #export cc=/usr/bin/gcc296 |
| 3 | export LC_ALL=POSIX |
| 4 | rm *.o |
| 5 | rm $1/$2 |
| 6 | # make -f $2.mak CC=/usr/bin/gcc296 $3 $4 $5 $6 $7 $8 $9 |
| 7 | make -f $2.mak CC=gcc $3 $4 $5 $6 $7 $8 $9 |
| 8 | mv $2 $1 |
| 9 | $1/$2 | head -3 |
Note: See TracBrowser
for help on using the browser.
