Revision 17931,
550 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17930,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #!/bin/sh - |
---|
2 | # Id: s_all,v 1.10 2001/08/04 14:01:44 bostic Exp |
---|
3 | |
---|
4 | sh s_perm # permissions. |
---|
5 | sh s_symlink # symbolic links. |
---|
6 | sh s_readme # db/README file. |
---|
7 | |
---|
8 | # |
---|
9 | # The following order is important, s_include must run last. |
---|
10 | # |
---|
11 | sh s_config # autoconf. |
---|
12 | sh s_recover # logging/recovery files. |
---|
13 | sh s_rpc # RPC files. |
---|
14 | sh s_include # standard include files. |
---|
15 | |
---|
16 | sh s_win32 # Win32 include files. |
---|
17 | sh s_win32_dsp # Win32 build environment. |
---|
18 | sh s_vxworks # VxWorks include files. |
---|
19 | sh s_java # Java support. |
---|
20 | sh s_test # Test suite support. |
---|
21 | sh s_tags # Tags files. |
---|
Note: See
TracBrowser
for help on using the repository browser.