source: trunk/third/rpm/db/dist/s_all @ 17931

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
4sh s_perm               # permissions.
5sh s_symlink            # symbolic links.
6sh s_readme             # db/README file.
7
8#
9# The following order is important, s_include must run last.
10#
11sh s_config             # autoconf.
12sh s_recover            # logging/recovery files.
13sh s_rpc                # RPC files.
14sh s_include            # standard include files.
15
16sh s_win32              # Win32 include files.
17sh s_win32_dsp          # Win32 build environment.
18sh s_vxworks            # VxWorks include files.
19sh s_java               # Java support.
20sh s_test               # Test suite support.
21sh s_tags               # Tags files.
Note: See TracBrowser for help on using the repository browser.