diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /unix/boot/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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) |