Suppress the MIPSpro license nag screen when invoking cc, CC, or c89 on IRIX
|
David Cantrell
62886f478c
General update to everything.
Dug this script out of my project archive because I have an IRIX system headed my way (again). I may write a Makefile to make the installation and removal of the script, but I'm not too concerned with that right now. |
||
|---|---|---|
| denag | General update to everything. | |
| INSTALL | General update to everything. | |
| LICENSE | General update to everything. | |
| README | General update to everything. | |
| REMOVE | Initial import. | |
denag ----- This is a Bourne shell script that wraps the compiler that ships with the MIPSpro development environment. The wrapper scans the output from the compiler and suppresses the license nag screen. How to install -------------- See INSTALL. How to remove ------------- See REMOVE. What it does ------------ The denag script captures the output from the compiler and removes the license nag screen from stderr. Both stdout and stderr are left alone and not combined (so you can still grep for errors and such). Nothing special, the script is rather short. Who wrote it ------------ David Cantrell <david.l.cantrell@gmail.com> http://www.burdell.org/