Make sure that you login to sun.cs.tamu.edu or
unix.cs.tamu.edu or
interactive.cs.tamu.edu
telnet unix.cs.tamu.edu or
rlogin unix.cs.tamu.edu will not let you access and login!
You have to use
ssh2 sun.cs.tamu.edu or
ssh sun.cs.tamu.edu
Assuming you have login to the right environment:
1. mkdir pbin
2. cd pbin
3. create a file named do-make edited with the
following content:
make -f make.$1
4. make sure that access privilage is set appropriately as:
chmod 700 do-make
5. edit your .cshrc in your home directory as:
setenv PATH ${PATH}:$HOME/pbin
either logout/login or source .cshrc
[ this is needed only once at the edit/update, otherwise not at all. ]
Now is the time to do compilation by make utility with your
own script do-make as follows: