Annotation of xinu/Makeall, revision 1.1.1.1

1.1       root        1: #!/bin/sh
                      2: : ' Makeall  --  Print message about making all of Xinu'
                      3: :
                      4: : 'Makeall'
                      5: :
                      6: PATH=/bin:/usr/bin
                      7: echo
                      8: echo '*** Making {Xinu--directory}/src/sys/con'
                      9: cd con
                     10: make
                     11: make install
                     12: cd ..
                     13: echo '*** Making {Xinu--directory}/src/sys/sys'
                     14: cd sys
                     15: make
                     16: make install

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.