- Copy the .src files for modification into your own area.
- Modify the .src files in your area.
- Create the .f files using the ucomd tool.
- On /scratch10/e891/yourname disk create an executable using one of
the standard .bld scripts, where your version of the files is linked
together with the standard library.
- Try out your executable and see if it works the way it is supposed
to work.
- Then copy your version of the .src files to the appropriate e891
directory.
- cd to that directory.
- If you have added or deleted some .src files from the directory,
type:
write_makefile
This will update the list of files that will go into the /lib directory.
Otherwise go to the next step.
- Then type:
make
This will update the /lib directory with your changes.
- Then type:
cd ../doc
and edit change.doc describing your changes.
Now you have updated the library.