diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/boot/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'unix/boot/README')
-rw-r--r-- | unix/boot/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/unix/boot/README b/unix/boot/README new file mode 100644 index 00000000..cbba59ef --- /dev/null +++ b/unix/boot/README @@ -0,0 +1,19 @@ +BOOT -- Bootstrap utilities for building and maintaining IRAF. The utilities +in this package are implemented at the host system level, sometimes with +assistance from the iraf kernel or other libraries. All utilites are host +system callable, regardless of how they are implemented. + +Major directories: + + mkpkg - package/library maintenance utility + spp - compiler for the SPP language + rmbin - seek out and destroy all binaries in a directory tree + rtar - tar file reader + wtar - tar file writer + bootlib - system interface for the bootstrap utilities + +Others: + + xyacc - SPP/Yacc + generic - generic preprocessor + vfn - old boot-boot version of vfn2osfn (not currently used) |